#CC40A6

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

Shades of Mulberry #CC40A6

Tints of Mulberry #CC40A6

Color information

#CC40A6 (or 0xCC40A6) is unknown color: approx Mulberry. HEX triplet: CC, 40 and A6. RGB value is (204,64,166). Sum of RGB (Red+Green+Blue) = 204+64+166=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC40A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC40A6 is #33BF59. Grayscale: #757575. Windows color (decimal): -3391322 or 10895564. OLE color: 10895564.

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

Color convert

RGB20464166-
CMYK00.690.190.2
HSL316.29º57.85%52.55%-
HSV(B)316.29º68.63%80%-
XYZ33.6219.2638.02-
YUV117.49155.38189.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 64 (25.39% from 255) = 14.75%
BLUE value IS 166 (65.23% from 255) = 38.25%
R=47.00%
G=14.75%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046416600.690.190.2316.2957.8552.55
HexCC40A6045131413c3a35
Octal314100246010523244747265
Binary11001100100000010100110010001011001110100100111100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC40A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC40A6; }

 p { color: rgb(204,64,166); }

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

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

 a { background-color: rgb(204,64,166); }

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

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

 span { border-color: rgb(204,64,166); }

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