#CC5A96

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

Shades of Mulberry #CC5A96

Tints of Mulberry #CC5A96

Color information

#CC5A96 (or 0xCC5A96) is unknown color: approx Mulberry. HEX triplet: CC, 5A and 96. RGB value is (204,90,150). Sum of RGB (Red+Green+Blue) = 204+90+150=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A96 is #33A569. Grayscale: #828282. Windows color (decimal): -3384682 or 9853644. OLE color: 9853644.

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

Color convert

RGB20490150-
CMYK00.560.260.2
HSL328.42º52.78%57.65%-
HSV(B)328.42º55.88%80%-
XYZ34.0622.3531.37-
YUV130.93138.77180.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.95%
GREEN value IS 90 (35.55% from 255) = 20.27%
BLUE value IS 150 (58.98% from 255) = 33.78%
R=45.95%
G=20.27%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049015000.560.260.2328.4252.7857.65
HexCC5A960381A14148353a
Octal31413222607032245106572
Binary1100110010110101001011001110001101010100101001000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5A96; }

 p { color: rgb(204,90,150); }

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

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

 a { background-color: rgb(204,90,150); }

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

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

 span { border-color: rgb(204,90,150); }

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