#C055A2

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

Shades of Mulberry #C055A2

Tints of Mulberry #C055A2

Color information

#C055A2 (or 0xC055A2) is unknown color: approx Mulberry. HEX triplet: C0, 55 and A2. RGB value is (192,85,162). Sum of RGB (Red+Green+Blue) = 192+85+162=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C055A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C055A2 is #3FAA5D. Grayscale: #7D7D7D. Windows color (decimal): -4172382 or 10638784. OLE color: 10638784.

HSL color Cylindrical-coordinate representation of color #C055A2: hue angle of 316.82º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C055A2 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB19285162-
CMYK00.560.160.25
HSL316.82º45.92%54.31%-
HSV(B)316.82º55.73%75.29%-
XYZ31.5120.3136.44-
YUV125.77148.45175.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 85 (33.59% from 255) = 19.36%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=43.74%
G=19.36%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928516200.560.160.25316.8245.9254.31
HexC055A2038101913d2e36
Octal30012524207020314755666
Binary1100000010101011010001001110001000011001100111101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C055A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C055A2; }

 p { color: rgb(192,85,162); }

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

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

 a { background-color: rgb(192,85,162); }

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

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

 span { border-color: rgb(192,85,162); }

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