#CC5697

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

Shades of Mulberry #CC5697

Tints of Mulberry #CC5697

Color information

#CC5697 (or 0xCC5697) is unknown color: approx Mulberry. HEX triplet: CC, 56 and 97. RGB value is (204,86,151). Sum of RGB (Red+Green+Blue) = 204+86+151=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5697 is #33A968. Grayscale: #808080. Windows color (decimal): -3385705 or 9918156. OLE color: 9918156.

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

Color convert

RGB20486151-
CMYK00.580.260.2
HSL326.95º53.64%56.86%-
HSV(B)326.95º57.84%80%-
XYZ33.8221.7331.69-
YUV128.69140.59181.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 86 (33.98% from 255) = 19.50%
BLUE value IS 151 (59.38% from 255) = 34.24%
R=46.26%
G=19.50%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048615100.580.260.2326.9553.6456.86
HexCC569703A1A141473639
Octal31412622707232245076671
Binary1100110010101101001011101110101101010100101000111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5697; }

 p { color: rgb(204,86,151); }

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

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

 a { background-color: rgb(204,86,151); }

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

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

 span { border-color: rgb(204,86,151); }

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