#CC59A8

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

Shades of Mulberry #CC59A8

Tints of Mulberry #CC59A8

Color information

#CC59A8 (or 0xCC59A8) is unknown color: approx Mulberry. HEX triplet: CC, 59 and A8. RGB value is (204,89,168). Sum of RGB (Red+Green+Blue) = 204+89+168=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC59A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC59A8 is #33A657. Grayscale: #848484. Windows color (decimal): -3384920 or 11033036. OLE color: 11033036.

HSL color Cylindrical-coordinate representation of color #CC59A8: hue angle of 318.78º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC59A8 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB20489168-
CMYK00.560.180.2
HSL318.78º53%57.45%-
HSV(B)318.78º56.37%80%-
XYZ35.5422.8139.58-
YUV132.39148.1179.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 89 (35.16% from 255) = 19.31%
BLUE value IS 168 (66.02% from 255) = 36.44%
R=44.25%
G=19.31%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048916800.560.180.2318.785357.45
HexCC59A8038121413f3539
Octal31413125007022244776571
Binary1100110010110011010100001110001001010100100111111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC59A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC59A8; }

 p { color: rgb(204,89,168); }

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

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

 a { background-color: rgb(204,89,168); }

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

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

 span { border-color: rgb(204,89,168); }

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