Shades of Dark Coral #CD5E40
Tints of Dark Coral #CD5E40
RGB
CMYK
RGB Variations
Color information
#CD5E40 (or 0xCD5E40) is known color: Dark Coral. HEX triplet: CD, 5E and 40. RGB value is (205,94,64). Sum of RGB (Red+Green+Blue) = 205+94+64=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5E40 is #32A1BF. Grayscale: #7C7C7C. Windows color (decimal): -3318208 or 4218573. OLE color: 4218573.
HSL color Cylindrical-coordinate representation of color #CD5E40: hue angle of 12.77º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD5E40 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 94 | 64 | - |
CMYK | 0 | 0.54 | 0.69 | 0.20 |
HSL | 12.77º | 0.59% | 0.53% | - |
HSV(B) | 12.77º | 0.69% | 0.8% | - |
XYZ | 30.1 | 21.35 | 7.39 | - |
YUV | 123.77 | 94.27 | 185.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 94 | 64 | 0 | 0.54 | 0.69 | 0.20 | 12.77 | 0.59 | 0.53 |
Hex | CD | 5E | 40 | 0 | 36 | 45 | 14 | D | 3B | 35 |
Octal | 315 | 136 | 100 | 0 | 66 | 105 | 24 | 15 | 73 | 65 |
Binary | 11001101 | 1011110 | 1000000 | 0 | 110110 | 1000101 | 10100 | 1101 | 111011 | 110101 |
Color Harmonies of #CD5E40
Complementary color
Monochromatic Colors of #CD5E40
Black with #CD5E40
Text Example
Text Example
White with #CD5E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5E40; }
p { color: rgb(205,94,64); }
H1.HeaderClassName
{
color: #CD5E40;
}
.AnyTagClassName
{
color: #CD5E40;
}
</style>
background-color css
<style>
a { background-color: #CD5E40; }
a { background-color: rgb(205,94,64); }
div.DivClassName
{
background-color: #CD5E40;
}
.BgClassName
{
background-color: #CD5E40;
}
</style>
border-color css
<style>
span { border-color: #CD5E40; }
span { border-color: rgb(205,94,64); }
td.TdClassName
{
border-color: #CD5E40;
}
.TagClassName
{
border-color: #CD5E40;
}
</style>