#CE5542

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

Shades of Dark Coral #CE5542

Tints of Dark Coral #CE5542

Color information

#CE5542 (or 0xCE5542) is unknown color: approx Dark Coral. HEX triplet: CE, 55 and 42. RGB value is (206,85,66). Sum of RGB (Red+Green+Blue) = 206+85+66=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5542 is #31AABD. Grayscale: #777777. Windows color (decimal): -3254974 or 4347342. OLE color: 4347342.

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

Color convert

RGB2068566-
CMYK00.590.680.19
HSL8.14º58.82%53.33%-
HSV(B)8.14º67.96%80.78%-
XYZ29.6920.017.45-
YUV119.0198.09190.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.70%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 66 (26.17% from 255) = 18.49%
R=57.70%
G=23.81%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206856600.590.680.198.1458.8253.33
HexCE554203B441383b35
Octal31612510207310423107365
Binary110011101010101100001001110111000100100111000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5542; }

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

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

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

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

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

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

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

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