#CE5541

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

Shades of Dark Coral #CE5541

Tints of Dark Coral #CE5541

Color information

#CE5541 (or 0xCE5541) is unknown color: approx Dark Coral. HEX triplet: CE, 55 and 41. RGB value is (206,85,65). Sum of RGB (Red+Green+Blue) = 206+85+65=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5541 is #31AABE. Grayscale: #777777. Windows color (decimal): -3254975 or 4281806. OLE color: 4281806.

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

Color convert

RGB2068565-
CMYK00.590.680.19
HSL8.51º59%53.14%-
HSV(B)8.51º68.45%80.78%-
XYZ29.66207.3-
YUV118.997.59190.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.87%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 65 (25.78% from 255) = 18.26%
R=57.87%
G=23.88%
B=18.26%

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
Decimal206856500.590.680.198.515953.14
HexCE554103B441393b35
Octal31612510107310423117365
Binary110011101010101100000101110111000100100111001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5541; }

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

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

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

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

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

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

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

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