Html Css Color HEX #CC5586 Mulberry

📋 copy color: '#CC5586'

red 204 ◦ green 85 ◦ blue 134

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

Shades of Mulberry #CC5586

Tints of Mulberry #CC5586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.68%

R = 48.23%
G = 20.09%
B = 31.68%

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

#CC5586 (or 0xCC5586) is known color: Mulberry. HEX triplet: CC, 55 and 86. RGB value is (204,85,134). Sum of RGB (Red+Green+Blue) = 204+85+134=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5586 is #33AA79. Grayscale: #7E7E7E. Windows color (decimal): -3385978 or 8803788. OLE color: 8803788.

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

Color convert

RGB 204 85 134 -
CMYK 0 0.58 0.34 0.2
HSL 335.29º 0.54% 0.57% -
HSV(B) 335.29º 0.58% 0.8% -
XYZ 32.45 21.06 24.91 -
YUV 126.17 132.42 183.52 -
System Red Green Blue C M Y K H S L
Decimal 204 85 134 0 0.58 0.34 0.2 335.29 0.54 0.57
Hex CC 55 86 0 3A 22 14 14F 36 39
Octal 314 125 206 0 72 42 24 517 66 71
Binary 11001100 1010101 10000110 0 111010 100010 10100 101001111 110110 111001

Color Harmonies of #CC5586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5586

Black with #CC5586

Text Example


Text Example

White with #CC5586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5586; }

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

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

background-color css

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

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

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

border-color css

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

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

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