#CC4953

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

Shades of Mandy #CC4953

Tints of Mandy #CC4953

Color information

#CC4953 (or 0xCC4953) is unknown color: approx Mandy. HEX triplet: CC, 49 and 53. RGB value is (204,73,83). Sum of RGB (Red+Green+Blue) = 204+73+83=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4953 is #33B6AC. Grayscale: #717171. Windows color (decimal): -3389101 or 5458380. OLE color: 5458380.

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

Color convert

RGB2047383-
CMYK00.640.590.2
HSL355.42º56.22%54.31%-
HSV(B)355.42º64.22%80%-
XYZ28.8518.2310.18-
YUV113.31110.9192.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.67%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 83 (32.81% from 255) = 23.06%
R=56.67%
G=20.28%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204738300.640.590.2355.4256.2254.31
HexCC49530403B141633836
Octal314111123010073245437066
Binary11001100100100110100110100000011101110100101100011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4953; }

 p { color: rgb(204,73,83); }

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

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

 a { background-color: rgb(204,73,83); }

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

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

 span { border-color: rgb(204,73,83); }

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