#CD5E45

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

Shades of Dark Coral #CD5E45

Tints of Dark Coral #CD5E45

Color information

#CD5E45 (or 0xCD5E45) is unknown color: approx Dark Coral. HEX triplet: CD, 5E and 45. RGB value is (205,94,69). Sum of RGB (Red+Green+Blue) = 205+94+69=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5E45 is #32A1BA. Grayscale: #7C7C7C. Windows color (decimal): -3318203 or 4546253. OLE color: 4546253.

HSL color Cylindrical-coordinate representation of color #CD5E45: hue angle of 11.03º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD5E45 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB2059469-
CMYK00.540.660.20
HSL11.03º57.63%53.73%-
HSV(B)11.03º66.34%80.39%-
XYZ30.2521.418.17-
YUV124.3496.77185.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.71%
GREEN value IS 94 (37.11% from 255) = 25.54%
BLUE value IS 69 (27.34% from 255) = 18.75%
R=55.71%
G=25.54%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205946900.540.660.2011.0357.6353.73
HexCD5E450364214b3a36
Octal31513610506610224137266
Binary110011011011110100010101101101000010101001011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5E45; }

 p { color: rgb(205,94,69); }

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

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

 a { background-color: rgb(205,94,69); }

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

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

 span { border-color: rgb(205,94,69); }

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