Html Css Color HEX #CC5595 Mulberry

📋 copy color: '#CC5595'

red 204 ◦ green 85 ◦ blue 149

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

Shades of Mulberry #CC5595

Tints of Mulberry #CC5595

RGB

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

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

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

R = 46.58%
G = 19.41%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC5595 (or 0xCC5595) is known color: Mulberry. HEX triplet: CC, 55 and 95. RGB value is (204,85,149). Sum of RGB (Red+Green+Blue) = 204+85+149=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5595 is #33AA6A. Grayscale: #7F7F7F. Windows color (decimal): -3385963 or 9786828. OLE color: 9786828.

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

Color convert

RGB 204 85 149 -
CMYK 0 0.58 0.27 0.2
HSL 327.73º 0.54% 0.57% -
HSV(B) 327.73º 0.58% 0.8% -
XYZ 33.58 21.5 30.81 -
YUV 127.88 139.92 182.3 -
System Red Green Blue C M Y K H S L
Decimal 204 85 149 0 0.58 0.27 0.2 327.73 0.54 0.57
Hex CC 55 95 0 3A 1B 14 148 36 39
Octal 314 125 225 0 72 33 24 510 66 71
Binary 11001100 1010101 10010101 0 111010 11011 10100 101001000 110110 111001

Color Harmonies of #CC5595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5595

Black with #CC5595

Text Example


Text Example

White with #CC5595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5595; }

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

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

background-color css

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

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

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

border-color css

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

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

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