#CE5940

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

Shades of Dark Coral #CE5940

Tints of Dark Coral #CE5940

Color information

#CE5940 (or 0xCE5940) is unknown color: approx Dark Coral. HEX triplet: CE, 59 and 40. RGB value is (206,89,64). Sum of RGB (Red+Green+Blue) = 206+89+64=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5940 is #31A6BF. Grayscale: #797979. Windows color (decimal): -3253952 or 4217294. OLE color: 4217294.

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

Color convert

RGB2068964-
CMYK00.570.690.19
HSL10.56º59.17%52.94%-
HSV(B)10.56º68.93%80.78%-
XYZ29.9520.647.26-
YUV121.1395.76188.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.38%
GREEN value IS 89 (35.16% from 255) = 24.79%
BLUE value IS 64 (25.39% from 255) = 17.83%
R=57.38%
G=24.79%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206896400.570.690.1910.5659.1752.94
HexCE59400394513b3b35
Octal31613110007110523137365
Binary110011101011001100000001110011000101100111011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5940; }

 p { color: rgb(206,89,64); }

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

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

 a { background-color: rgb(206,89,64); }

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

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

 span { border-color: rgb(206,89,64); }

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