#CC4156

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

Shades of Mandy #CC4156

Tints of Mandy #CC4156

Color information

#CC4156 (or 0xCC4156) is unknown color: approx Mandy. HEX triplet: CC, 41 and 56. RGB value is (204,65,86). Sum of RGB (Red+Green+Blue) = 204+65+86=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4156 is #33BEA9. Grayscale: #6D6D6D. Windows color (decimal): -3391146 or 5652940. OLE color: 5652940.

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

Color convert

RGB2046586-
CMYK00.680.580.2
HSL350.94º57.68%52.75%-
HSV(B)350.94º68.14%80%-
XYZ28.4717.2910.64-
YUV108.96115.05195.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.46%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=57.46%
G=18.31%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204658600.680.580.2350.9457.6852.75
HexCC41560443A1415f3a35
Octal314101126010472245377265
Binary11001100100000110101100100010011101010100101011111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4156; }

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

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

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

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

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

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

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

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