#CE4C50

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

Shades of Mandy #CE4C50

Tints of Mandy #CE4C50

Color information

#CE4C50 (or 0xCE4C50) is unknown color: approx Mandy. HEX triplet: CE, 4C and 50. RGB value is (206,76,80). Sum of RGB (Red+Green+Blue) = 206+76+80=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4C50 is #31B3AF. Grayscale: #737373. Windows color (decimal): -3257264 or 5262542. OLE color: 5262542.

HSL color Cylindrical-coordinate representation of color #CE4C50: hue angle of 358.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4C50 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB2067680-
CMYK00.630.610.19
HSL358.15º57.02%55.29%-
HSV(B)358.15º63.11%80.78%-
XYZ29.4918.879.68-
YUV115.33108.07192.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.91%
GREEN value IS 76 (30.08% from 255) = 20.99%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=56.91%
G=20.99%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206768000.630.610.19358.1557.0255.29
HexCE4C5003F3D131663937
Octal31611412007775235467167
Binary1100111010011001010000011111111110110011101100110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4C50; }

 p { color: rgb(206,76,80); }

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

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

 a { background-color: rgb(206,76,80); }

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

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

 span { border-color: rgb(206,76,80); }

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