#c255a3

Color #C255A3 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C255A3

Tints of Mulberry #C255A3

Color information

#C255A3 (or 0xC255A3) is unknown color: approx Mulberry. HEX triplet: C2, 55 and A3. RGB value is (194,85,163). Sum of RGB (Red+Green+Blue) = 194+85+163=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C255A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C255A3 is #3DAA5C. Grayscale: #7E7E7E. Windows color (decimal): -4041309 or 10704322. OLE color: 10704322.

HSL color Cylindrical-coordinate representation of color #C255A3: hue angle of 317.06º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C255A3 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB19485163-
CMYK00.560.160.24
HSL317.06º47.19%54.71%-
HSV(B)317.06º56.19%76.08%-
XYZ32.1120.6136.94-
YUV126.48148.61176.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 43.89%
GREEN value IS 85 (33.59% from 255) = 19.23%
BLUE value IS 163 (64.06% from 255) = 36.88%
R=43.89%
G=19.23%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948516300.560.160.24317.0647.1954.71
HexC255A3038101813d2f37
Octal30212524307020304755767
Binary1100001010101011010001101110001000011000100111101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c255a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c255a3; }

 p { color: rgb(194,85,163); }

 H1.HeaderClassName
 {
   color: #c255a3;
 }
 .AnyTagClassName
 {
   color: #c255a3;
 }
</style>
background-color css

<style>
 a { background-color: #c255a3; }

 a { background-color: rgb(194,85,163); }

 div.DivClassName
 {
   background-color: #c255a3;
 }
 .BgClassName
 {
   background-color: #c255a3;
 }
</style>
border-color css

<style>
 span { border-color: #c255a3; }

 span { border-color: rgb(194,85,163); }

 td.TdClassName
 {
   border-color: #c255a3;
 }
 .TagClassName
 {
   border-color: #c255a3;
 }
</style>