Html Css Color HEX #CC5587 Mulberry

📋 copy color: '#CC5587'

red 204 ◦ green 85 ◦ blue 135

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

Shades of Mulberry #CC5587

Tints of Mulberry #CC5587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.84%

R = 48.11%
G = 20.05%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC5587 (or 0xCC5587) is known color: Mulberry. HEX triplet: CC, 55 and 87. RGB value is (204,85,135). Sum of RGB (Red+Green+Blue) = 204+85+135=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5587 is #33AA78. Grayscale: #7E7E7E. Windows color (decimal): -3385977 or 8869324. OLE color: 8869324.

HSL color Cylindrical-coordinate representation of color #CC5587: hue angle of 334.79º 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 #CC5587 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 85 135 -
CMYK 0 0.58 0.34 0.2
HSL 334.79º 0.54% 0.57% -
HSV(B) 334.79º 0.58% 0.8% -
XYZ 32.52 21.08 25.28 -
YUV 126.28 132.92 183.43 -
System Red Green Blue C M Y K H S L
Decimal 204 85 135 0 0.58 0.34 0.2 334.79 0.54 0.57
Hex CC 55 87 0 3A 22 14 14F 36 39
Octal 314 125 207 0 72 42 24 517 66 71
Binary 11001100 1010101 10000111 0 111010 100010 10100 101001111 110110 111001

Color Harmonies of #CC5587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5587

Black with #CC5587

Text Example


Text Example

White with #CC5587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5587; }

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

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

background-color css

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

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

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

border-color css

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

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

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