Html Css Color HEX #CC5786 Mulberry

📋 copy color: '#CC5786'

red 204 ◦ green 87 ◦ blue 134

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

Shades of Mulberry #CC5786

Tints of Mulberry #CC5786

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.47%

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

R = 48%
G = 20.47%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC5786 (or 0xCC5786) is known color: Mulberry. HEX triplet: CC, 57 and 86. RGB value is (204,87,134). Sum of RGB (Red+Green+Blue) = 204+87+134=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5786 is #33A879. Grayscale: #7F7F7F. Windows color (decimal): -3385466 or 8804300. OLE color: 8804300.

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

Color convert

RGB 204 87 134 -
CMYK 0 0.57 0.34 0.2
HSL 335.9º 0.53% 0.57% -
HSV(B) 335.9º 0.57% 0.8% -
XYZ 32.61 21.37 24.96 -
YUV 127.34 131.76 182.68 -
System Red Green Blue C M Y K H S L
Decimal 204 87 134 0 0.57 0.34 0.2 335.9 0.53 0.57
Hex CC 57 86 0 39 22 14 150 35 39
Octal 314 127 206 0 71 42 24 520 65 71
Binary 11001100 1010111 10000110 0 111001 100010 10100 101010000 110101 111001

Color Harmonies of #CC5786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5786

Black with #CC5786

Text Example


Text Example

White with #CC5786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5786; }

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

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

background-color css

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

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

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

border-color css

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

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

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