#CE4649

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

Shades of Mandy #CE4649

Tints of Mandy #CE4649

Color information

#CE4649 (or 0xCE4649) is unknown color: approx Mandy. HEX triplet: CE, 46 and 49. RGB value is (206,70,73). Sum of RGB (Red+Green+Blue) = 206+70+73=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4649 is #31B9B6. Grayscale: #6F6F6F. Windows color (decimal): -3258807 or 4802254. OLE color: 4802254.

HSL color Cylindrical-coordinate representation of color #CE4649: hue angle of 358.68º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4649 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB2067073-
CMYK00.660.650.19
HSL358.68º58.12%54.12%-
HSV(B)358.68º66.02%80.78%-
XYZ28.8517.988.25-
YUV111.01106.56195.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.03%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 73 (28.91% from 255) = 20.92%
R=59.03%
G=20.06%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206707300.660.650.19358.6858.1254.12
HexCE464904241131673a36
Octal3161061110102101235477266
Binary110011101000110100100101000010100000110011101100111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4649; }

 p { color: rgb(206,70,73); }

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

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

 a { background-color: rgb(206,70,73); }

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

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

 span { border-color: rgb(206,70,73); }

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