#CE454F

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

Shades of Mandy #CE454F

Tints of Mandy #CE454F

Color information

#CE454F (or 0xCE454F) is unknown color: approx Mandy. HEX triplet: CE, 45 and 4F. RGB value is (206,69,79). Sum of RGB (Red+Green+Blue) = 206+69+79=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE454F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE454F is #31BAB0. Grayscale: #6F6F6F. Windows color (decimal): -3259057 or 5195214. OLE color: 5195214.

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

Color convert

RGB2066979-
CMYK00.670.620.19
HSL355.62º58.3%53.92%-
HSV(B)355.62º66.5%80.78%-
XYZ28.9917.949.33-
YUV111.1109.89195.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.19%
GREEN value IS 69 (27.34% from 255) = 19.49%
BLUE value IS 79 (31.25% from 255) = 22.32%
R=58.19%
G=19.49%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206697900.670.620.19355.6258.353.92
HexCE454F0433E131643a36
Octal316105117010376235447266
Binary11001110100010110011110100001111111010011101100100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE454F; }

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

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

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

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

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

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

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

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