Html Css Color HEX #CC5989 Mulberry

📋 copy color: '#CC5989'

red 204 ◦ green 89 ◦ blue 137

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

Shades of Mulberry #CC5989

Tints of Mulberry #CC5989

RGB

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

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

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

R = 47.44%
G = 20.7%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC5989 (or 0xCC5989) is known color: Mulberry. HEX triplet: CC, 59 and 89. RGB value is (204,89,137). Sum of RGB (Red+Green+Blue) = 204+89+137=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5989 is #33A676. Grayscale: #808080. Windows color (decimal): -3384951 or 9001420. OLE color: 9001420.

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

Color convert

RGB 204 89 137 -
CMYK 0 0.56 0.33 0.2
HSL 334.96º 0.53% 0.57% -
HSV(B) 334.96º 0.56% 0.8% -
XYZ 32.99 21.79 26.13 -
YUV 128.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 204 89 137 0 0.56 0.33 0.2 334.96 0.53 0.57
Hex CC 59 89 0 38 21 14 14F 35 39
Octal 314 131 211 0 70 41 24 517 65 71
Binary 11001100 1011001 10001001 0 111000 100001 10100 101001111 110101 111001

Color Harmonies of #CC5989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5989

Black with #CC5989

Text Example


Text Example

White with #CC5989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5989; }

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

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

background-color css

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

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

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

border-color css

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

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

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