Shades of Dark Coral #CD5841
Tints of Dark Coral #CD5841
RGB
CMYK
RGB Variations
Color information
#CD5841 (or 0xCD5841) is known color: Dark Coral. HEX triplet: CD, 58 and 41. RGB value is (205,88,65). Sum of RGB (Red+Green+Blue) = 205+88+65=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5841 is #32A7BE. Grayscale: #787878. Windows color (decimal): -3319743 or 4282573. OLE color: 4282573.
HSL color Cylindrical-coordinate representation of color #CD5841: hue angle of 9.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD5841 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 88 | 65 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.20 |
| HSL | 9.86º | 0.58% | 0.53% | - |
| HSV(B) | 9.86º | 0.68% | 0.8% | - |
| XYZ | 29.62 | 20.34 | 7.37 | - |
| YUV | 120.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 88 | 65 | 0 | 0.57 | 0.68 | 0.20 | 9.86 | 0.58 | 0.53 |
| Hex | CD | 58 | 41 | 0 | 39 | 44 | 14 | A | 3A | 35 |
| Octal | 315 | 130 | 101 | 0 | 71 | 104 | 24 | 12 | 72 | 65 |
| Binary | 11001101 | 1011000 | 1000001 | 0 | 111001 | 1000100 | 10100 | 1010 | 111010 | 110101 |
Color Harmonies of #CD5841
Complementary color
Monochromatic Colors of #CD5841
Black with #CD5841
Text Example
Text Example
White with #CD5841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5841; }
p { color: rgb(205,88,65); }
H1.HeaderClassName
{
color: #CD5841;
}
.AnyTagClassName
{
color: #CD5841;
}
</style>
background-color css
<style>
a { background-color: #CD5841; }
a { background-color: rgb(205,88,65); }
div.DivClassName
{
background-color: #CD5841;
}
.BgClassName
{
background-color: #CD5841;
}
</style>
border-color css
<style>
span { border-color: #CD5841; }
span { border-color: rgb(205,88,65); }
td.TdClassName
{
border-color: #CD5841;
}
.TagClassName
{
border-color: #CD5841;
}
</style>