#CE5546

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

Shades of Dark Coral #CE5546

Tints of Dark Coral #CE5546

Color information

#CE5546 (or 0xCE5546) is unknown color: approx Dark Coral. HEX triplet: CE, 55 and 46. RGB value is (206,85,70). Sum of RGB (Red+Green+Blue) = 206+85+70=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5546 is #31AAB9. Grayscale: #777777. Windows color (decimal): -3254970 or 4609486. OLE color: 4609486.

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

Color convert

RGB2068570-
CMYK00.590.660.19
HSL6.62º58.12%54.12%-
HSV(B)6.62º66.02%80.78%-
XYZ29.8120.068.1-
YUV119.47100.09189.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.06%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 70 (27.73% from 255) = 19.39%
R=57.06%
G=23.55%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206857000.590.660.196.6258.1254.12
HexCE554603B421373a36
Octal3161251060731022377266
Binary11001110101010110001100111011100001010011111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5546; }

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

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

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

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

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

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

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

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