#CC4E50

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

Shades of Mandy #CC4E50

Tints of Mandy #CC4E50

Color information

#CC4E50 (or 0xCC4E50) is unknown color: approx Mandy. HEX triplet: CC, 4E and 50. RGB value is (204,78,80). Sum of RGB (Red+Green+Blue) = 204+78+80=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4E50 is #33B1AF. Grayscale: #747474. Windows color (decimal): -3387824 or 5263052. OLE color: 5263052.

HSL color Cylindrical-coordinate representation of color #CC4E50: hue angle of 359.05º 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 #CC4E50 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB2047880-
CMYK00.620.610.2
HSL359.05º55.26%55.29%-
HSV(B)359.05º61.76%80%-
XYZ29.0718.879.7-
YUV115.9107.74190.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.35%
GREEN value IS 78 (30.86% from 255) = 21.55%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=56.35%
G=21.55%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204788000.620.610.2359.0555.2655.29
HexCC4E5003E3D141673737
Octal31411612007675245476767
Binary1100110010011101010000011111011110110100101100111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4E50; }

 p { color: rgb(204,78,80); }

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

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

 a { background-color: rgb(204,78,80); }

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

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

 span { border-color: rgb(204,78,80); }

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