#CE5E40

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

Shades of Dark Coral #CE5E40

Tints of Dark Coral #CE5E40

Color information

#CE5E40 (or 0xCE5E40) is unknown color: approx Dark Coral. HEX triplet: CE, 5E and 40. RGB value is (206,94,64). Sum of RGB (Red+Green+Blue) = 206+94+64=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E40 is #31A1BF. Grayscale: #7C7C7C. Windows color (decimal): -3252672 or 4218574. OLE color: 4218574.

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

Color convert

RGB2069464-
CMYK00.540.690.19
HSL12.68º59.17%52.94%-
HSV(B)12.68º68.93%80.78%-
XYZ30.3821.57.4-
YUV124.0794.11186.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.59%
GREEN value IS 94 (37.11% from 255) = 25.82%
BLUE value IS 64 (25.39% from 255) = 17.58%
R=56.59%
G=25.82%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206946400.540.690.1912.6859.1752.94
HexCE5E400364513d3b35
Octal31613610006610523157365
Binary110011101011110100000001101101000101100111101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5E40; }

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

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

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

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

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

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

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

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