#CC4CA2

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

Shades of Mulberry #CC4CA2

Tints of Mulberry #CC4CA2

Color information

#CC4CA2 (or 0xCC4CA2) is unknown color: approx Mulberry. HEX triplet: CC, 4C and A2. RGB value is (204,76,162). Sum of RGB (Red+Green+Blue) = 204+76+162=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4CA2 is #33B35D. Grayscale: #7B7B7B. Windows color (decimal): -3388254 or 10636492. OLE color: 10636492.

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

Color convert

RGB20476162-
CMYK00.630.210.2
HSL319.69º55.65%54.9%-
HSV(B)319.69º62.75%80%-
XYZ34.0120.6136.37-
YUV124.08149.41185.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 76 (30.08% from 255) = 17.19%
BLUE value IS 162 (63.67% from 255) = 36.65%
R=46.15%
G=17.19%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047616200.630.210.2319.6955.6554.9
HexCC4CA203F15141403837
Octal31411424207725245007067
Binary1100110010011001010001001111111010110100101000000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4CA2; }

 p { color: rgb(204,76,162); }

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

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

 a { background-color: rgb(204,76,162); }

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

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

 span { border-color: rgb(204,76,162); }

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