#CC5B95

Color #CC5B95 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #CC5B95

Tints of Mulberry #CC5B95

Color information

#CC5B95 (or 0xCC5B95) is unknown color: approx Mulberry. HEX triplet: CC, 5B and 95. RGB value is (204,91,149). Sum of RGB (Red+Green+Blue) = 204+91+149=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5B95 is #33A46A. Grayscale: #838383. Windows color (decimal): -3384427 or 9788364. OLE color: 9788364.

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

Color convert

RGB20491149-
CMYK00.550.270.2
HSL329.2º52.56%57.84%-
HSV(B)329.2º55.39%80%-
XYZ34.0722.4930.98-
YUV131.4137.94179.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.95%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 149 (58.59% from 255) = 33.56%
R=45.95%
G=20.50%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049114900.550.270.2329.252.5657.84
HexCC5B950371B14149353a
Octal31413322506733245116572
Binary1100110010110111001010101101111101110100101001001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5B95; }

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

 H1.HeaderClassName
 {
   color: #CC5B95;
 }
 .AnyTagClassName
 {
   color: #CC5B95;
 }
</style>
background-color css

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

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

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

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

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

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