Html Css Color HEX #CC5987 Mulberry

📋 copy color: '#CC5987'

red 204 ◦ green 89 ◦ blue 135

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

Shades of Mulberry #CC5987

Tints of Mulberry #CC5987

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.79%

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

R = 47.66%
G = 20.79%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC5987 (or 0xCC5987) is known color: Mulberry. HEX triplet: CC, 59 and 87. RGB value is (204,89,135). Sum of RGB (Red+Green+Blue) = 204+89+135=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5987 is #33A678. Grayscale: #808080. Windows color (decimal): -3384953 or 8870348. OLE color: 8870348.

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

Color convert

RGB 204 89 135 -
CMYK 0 0.56 0.34 0.2
HSL 336º 0.53% 0.57% -
HSV(B) 336º 0.56% 0.8% -
XYZ 32.85 21.73 25.39 -
YUV 128.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 204 89 135 0 0.56 0.34 0.2 336 0.53 0.57
Hex CC 59 87 0 38 22 14 150 35 39
Octal 314 131 207 0 70 42 24 520 65 71
Binary 11001100 1011001 10000111 0 111000 100010 10100 101010000 110101 111001

Color Harmonies of #CC5987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5987

Black with #CC5987

Text Example


Text Example

White with #CC5987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5987; }

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

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

background-color css

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

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

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

border-color css

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

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

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