#CE5C46

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

Shades of Dark Coral #CE5C46

Tints of Dark Coral #CE5C46

Color information

#CE5C46 (or 0xCE5C46) is unknown color: approx Dark Coral. HEX triplet: CE, 5C and 46. RGB value is (206,92,70). Sum of RGB (Red+Green+Blue) = 206+92+70=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5C46 is #31A3B9. Grayscale: #7B7B7B. Windows color (decimal): -3253178 or 4611278. OLE color: 4611278.

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

Color convert

RGB2069270-
CMYK00.550.660.19
HSL9.71º58.12%54.12%-
HSV(B)9.71º66.02%80.78%-
XYZ30.3921.228.29-
YUV123.5897.77186.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.98%
GREEN value IS 92 (36.33% from 255) = 25%
BLUE value IS 70 (27.73% from 255) = 19.02%
R=55.98%
G=25%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206927000.550.660.199.7158.1254.12
HexCE5C460374213a3a36
Octal31613410606710223127266
Binary110011101011100100011001101111000010100111010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5C46; }

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

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

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

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

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

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

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

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