#CC4D55

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

Shades of Mandy #CC4D55

Tints of Mandy #CC4D55

Color information

#CC4D55 (or 0xCC4D55) is unknown color: approx Mandy. HEX triplet: CC, 4D and 55. RGB value is (204,77,85). Sum of RGB (Red+Green+Blue) = 204+77+85=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4D55 is #33B2AA. Grayscale: #737373. Windows color (decimal): -3388075 or 5590476. OLE color: 5590476.

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

Color convert

RGB2047785-
CMYK00.620.580.2
HSL356.22º55.46%55.1%-
HSV(B)356.22º62.25%80%-
XYZ29.218.810.68-
YUV115.88110.58190.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.74%
GREEN value IS 77 (30.47% from 255) = 21.04%
BLUE value IS 85 (33.59% from 255) = 23.22%
R=55.74%
G=21.04%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204778500.620.580.2356.2255.4655.1
HexCC4D5503E3A141643737
Octal31411512507672245446767
Binary1100110010011011010101011111011101010100101100100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4D55; }

 p { color: rgb(204,77,85); }

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

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

 a { background-color: rgb(204,77,85); }

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

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

 span { border-color: rgb(204,77,85); }

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