Html Css Color HEX #CC5891 Mulberry

📋 copy color: '#CC5891'

red 204 ◦ green 88 ◦ blue 145

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

Shades of Mulberry #CC5891

Tints of Mulberry #CC5891

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.14%

 BLUE value IS 145 (57.03% from 255) = 33.18%

R = 46.68%
G = 20.14%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC5891 (or 0xCC5891) is known color: Mulberry. HEX triplet: CC, 58 and 91. RGB value is (204,88,145). Sum of RGB (Red+Green+Blue) = 204+88+145=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5891 is #33A76E. Grayscale: #818181. Windows color (decimal): -3385199 or 9525452. OLE color: 9525452.

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

Color convert

RGB 204 88 145 -
CMYK 0 0.57 0.29 0.2
HSL 330.52º 0.53% 0.57% -
HSV(B) 330.52º 0.57% 0.8% -
XYZ 33.5 21.86 29.24 -
YUV 129.18 136.93 181.37 -
System Red Green Blue C M Y K H S L
Decimal 204 88 145 0 0.57 0.29 0.2 330.52 0.53 0.57
Hex CC 58 91 0 39 1D 14 14B 35 39
Octal 314 130 221 0 71 35 24 513 65 71
Binary 11001100 1011000 10010001 0 111001 11101 10100 101001011 110101 111001

Color Harmonies of #CC5891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5891

Black with #CC5891

Text Example


Text Example

White with #CC5891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5891; }

 p { color: rgb(204,88,145); }

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

background-color css

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

 a { background-color: rgb(204,88,145); }

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

border-color css

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

 span { border-color: rgb(204,88,145); }

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