Shades of Dark Coral #CF5842
Tints of Dark Coral #CF5842
RGB
CMYK
RGB Variations
Color information
#CF5842 (or 0xCF5842) is known color: Dark Coral. HEX triplet: CF, 58 and 42. RGB value is (207,88,66). Sum of RGB (Red+Green+Blue) = 207+88+66=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5842 is #30A7BD. Grayscale: #797979. Windows color (decimal): -3188670 or 4348111. OLE color: 4348111.
HSL color Cylindrical-coordinate representation of color #CF5842: hue angle of 9.36º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF5842 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 66 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.19 |
| HSL | 9.36º | 0.59% | 0.54% | - |
| HSV(B) | 9.36º | 0.68% | 0.81% | - |
| XYZ | 30.21 | 20.64 | 7.55 | - |
| YUV | 121.07 | 96.92 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 66 | 0 | 0.57 | 0.68 | 0.19 | 9.36 | 0.59 | 0.54 |
| Hex | CF | 58 | 42 | 0 | 39 | 44 | 13 | 9 | 3B | 36 |
| Octal | 317 | 130 | 102 | 0 | 71 | 104 | 23 | 11 | 73 | 66 |
| Binary | 11001111 | 1011000 | 1000010 | 0 | 111001 | 1000100 | 10011 | 1001 | 111011 | 110110 |
Color Harmonies of #CF5842
Complementary color
Monochromatic Colors of #CF5842
Black with #CF5842
Text Example
Text Example
White with #CF5842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5842; }
p { color: rgb(207,88,66); }
H1.HeaderClassName
{
color: #CF5842;
}
.AnyTagClassName
{
color: #CF5842;
}
</style>
background-color css
<style>
a { background-color: #CF5842; }
a { background-color: rgb(207,88,66); }
div.DivClassName
{
background-color: #CF5842;
}
.BgClassName
{
background-color: #CF5842;
}
</style>
border-color css
<style>
span { border-color: #CF5842; }
span { border-color: rgb(207,88,66); }
td.TdClassName
{
border-color: #CF5842;
}
.TagClassName
{
border-color: #CF5842;
}
</style>