#CC4756

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

Shades of Mandy #CC4756

Tints of Mandy #CC4756

Color information

#CC4756 (or 0xCC4756) is unknown color: approx Mandy. HEX triplet: CC, 47 and 56. RGB value is (204,71,86). Sum of RGB (Red+Green+Blue) = 204+71+86=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4756 is #33B8A9. Grayscale: #707070. Windows color (decimal): -3389610 or 5654476. OLE color: 5654476.

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

Color convert

RGB2047186-
CMYK00.650.580.2
HSL353.23º56.6%53.92%-
HSV(B)353.23º65.2%80%-
XYZ28.8318.0210.76-
YUV112.48113.06193.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.51%
GREEN value IS 71 (28.12% from 255) = 19.67%
BLUE value IS 86 (33.98% from 255) = 23.82%
R=56.51%
G=19.67%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204718600.650.580.2353.2356.653.92
HexCC47560413A141613936
Octal314107126010172245417166
Binary11001100100011110101100100000111101010100101100001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4756; }

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

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

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

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

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

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

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

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