#CC5696

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

Shades of Mulberry #CC5696

Tints of Mulberry #CC5696

Color information

#CC5696 (or 0xCC5696) is unknown color: approx Mulberry. HEX triplet: CC, 56 and 96. RGB value is (204,86,150). Sum of RGB (Red+Green+Blue) = 204+86+150=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5696 is #33A969. Grayscale: #808080. Windows color (decimal): -3385706 or 9852620. OLE color: 9852620.

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

Color convert

RGB20486150-
CMYK00.580.260.2
HSL327.46º53.64%56.86%-
HSV(B)327.46º57.84%80%-
XYZ33.7321.6931.26-
YUV128.58140.09181.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 86 (33.98% from 255) = 19.55%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=46.36%
G=19.55%
B=34.09%

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
Decimal2048615000.580.260.2327.4653.6456.86
HexCC569603A1A141473639
Octal31412622607232245076671
Binary1100110010101101001011001110101101010100101000111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5696; }

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

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

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

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

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

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

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

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