Html Css Color HEX #CC5995 Mulberry

📋 copy color: '#CC5995'

red 204 ◦ green 89 ◦ blue 149

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

Shades of Mulberry #CC5995

Tints of Mulberry #CC5995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.71%

R = 46.15%
G = 20.14%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC5995 (or 0xCC5995) is known color: Mulberry. HEX triplet: CC, 59 and 95. RGB value is (204,89,149). Sum of RGB (Red+Green+Blue) = 204+89+149=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5995 is #33A66A. Grayscale: #828282. Windows color (decimal): -3384939 or 9787852. OLE color: 9787852.

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

Color convert

RGB 204 89 149 -
CMYK 0 0.56 0.27 0.2
HSL 328.7º 0.53% 0.57% -
HSV(B) 328.7º 0.56% 0.8% -
XYZ 33.9 22.15 30.92 -
YUV 130.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 204 89 149 0 0.56 0.27 0.2 328.7 0.53 0.57
Hex CC 59 95 0 38 1B 14 149 35 39
Octal 314 131 225 0 70 33 24 511 65 71
Binary 11001100 1011001 10010101 0 111000 11011 10100 101001001 110101 111001

Color Harmonies of #CC5995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5995

Black with #CC5995

Text Example


Text Example

White with #CC5995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5995; }

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

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

background-color css

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

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

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

border-color css

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

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

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