Html Css Color HEX #CC5589 Mulberry

📋 copy color: '#CC5589'

red 204 ◦ green 85 ◦ blue 137

#CC5589
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #CC5589

Tints of Mulberry #CC5589

RGB

 RED value IS 204 (80.08% from 255) = 47.89%

 GREEN value IS 85 (33.59% from 255) = 19.95%

 BLUE value IS 137 (53.91% from 255) = 32.16%

R = 47.89%
G = 19.95%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC5589 (or 0xCC5589) is known color: Mulberry. HEX triplet: CC, 55 and 89. RGB value is (204,85,137). Sum of RGB (Red+Green+Blue) = 204+85+137=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5589 is #33AA76. Grayscale: #7E7E7E. Windows color (decimal): -3385975 or 9000396. OLE color: 9000396.

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

Color convert

RGB 204 85 137 -
CMYK 0 0.58 0.33 0.2
HSL 333.78º 0.54% 0.57% -
HSV(B) 333.78º 0.58% 0.8% -
XYZ 32.67 21.14 26.03 -
YUV 126.51 133.92 183.27 -
System Red Green Blue C M Y K H S L
Decimal 204 85 137 0 0.58 0.33 0.2 333.78 0.54 0.57
Hex CC 55 89 0 3A 21 14 14E 36 39
Octal 314 125 211 0 72 41 24 516 66 71
Binary 11001100 1010101 10001001 0 111010 100001 10100 101001110 110110 111001

Color Harmonies of #CC5589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5589

Black with #CC5589

Text Example


Text Example

White with #CC5589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5589; }

 p { color: rgb(204,85,137); }

 H1.HeaderClassName
 {
   color: #CC5589;
 }
 .AnyTagClassName
 {
   color: #CC5589;
 }
</style>

background-color css

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

 a { background-color: rgb(204,85,137); }

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

border-color css

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

 span { border-color: rgb(204,85,137); }

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