#CC56A5

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

Shades of Mulberry #CC56A5

Tints of Mulberry #CC56A5

Color information

#CC56A5 (or 0xCC56A5) is unknown color: approx Mulberry. HEX triplet: CC, 56 and A5. RGB value is (204,86,165). Sum of RGB (Red+Green+Blue) = 204+86+165=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC56A5 is #33A95A. Grayscale: #828282. Windows color (decimal): -3385691 or 10835660. OLE color: 10835660.

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

Color convert

RGB20486165-
CMYK00.580.190.2
HSL319.83º53.64%56.86%-
HSV(B)319.83º57.84%80%-
XYZ35.0222.2138.04-
YUV130.29147.59180.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 86 (33.98% from 255) = 18.90%
BLUE value IS 165 (64.84% from 255) = 36.26%
R=44.84%
G=18.90%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048616500.580.190.2319.8353.6456.86
HexCC56A503A13141403639
Octal31412624507223245006671
Binary1100110010101101010010101110101001110100101000000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC56A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC56A5; }

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

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

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

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

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

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

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

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