#CE4C4F

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

Shades of Mandy #CE4C4F

Tints of Mandy #CE4C4F

Color information

#CE4C4F (or 0xCE4C4F) is unknown color: approx Mandy. HEX triplet: CE, 4C and 4F. RGB value is (206,76,79). Sum of RGB (Red+Green+Blue) = 206+76+79=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4C4F is #31B3B0. Grayscale: #737373. Windows color (decimal): -3257265 or 5197006. OLE color: 5197006.

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

Color convert

RGB2067679-
CMYK00.630.620.19
HSL358.62º57.02%55.29%-
HSV(B)358.62º63.11%80.78%-
XYZ29.4518.869.48-
YUV115.21107.57192.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.06%
GREEN value IS 76 (30.08% from 255) = 21.05%
BLUE value IS 79 (31.25% from 255) = 21.88%
R=57.06%
G=21.05%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206767900.630.620.19358.6257.0255.29
HexCE4C4F03F3E131673937
Octal31611411707776235477167
Binary1100111010011001001111011111111111010011101100111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4C4F; }

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

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

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

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

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

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

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

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