#CE5F41

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

Shades of Dark Coral #CE5F41

Tints of Dark Coral #CE5F41

Color information

#CE5F41 (or 0xCE5F41) is unknown color: approx Dark Coral. HEX triplet: CE, 5F and 41. RGB value is (206,95,65). Sum of RGB (Red+Green+Blue) = 206+95+65=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5F41 is #31A0BE. Grayscale: #7D7D7D. Windows color (decimal): -3252415 or 4284366. OLE color: 4284366.

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

Color convert

RGB2069565-
CMYK00.540.680.19
HSL12.77º59%53.14%-
HSV(B)12.77º68.45%80.78%-
XYZ30.521.697.58-
YUV124.7794.27185.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.28%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 65 (25.78% from 255) = 17.76%
R=56.28%
G=25.96%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206956500.540.680.1912.775953.14
HexCE5F410364413d3b35
Octal31613710106610423157365
Binary110011101011111100000101101101000100100111101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5F41; }

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

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

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

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

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

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

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

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