Shades of Dark Coral #CF5844
Tints of Dark Coral #CF5844
RGB
CMYK
RGB Variations
Color information
#CF5844 (or 0xCF5844) is known color: Dark Coral. HEX triplet: CF, 58 and 44. RGB value is (207,88,68). Sum of RGB (Red+Green+Blue) = 207+88+68=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5844 is #30A7BB. Grayscale: #797979. Windows color (decimal): -3188668 or 4479183. OLE color: 4479183.
HSL color Cylindrical-coordinate representation of color #CF5844: hue angle of 8.63º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF5844 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 68 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.19 |
| HSL | 8.63º | 0.59% | 0.54% | - |
| HSV(B) | 8.63º | 0.67% | 0.81% | - |
| XYZ | 30.27 | 20.66 | 7.86 | - |
| YUV | 121.3 | 97.92 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 68 | 0 | 0.57 | 0.67 | 0.19 | 8.63 | 0.59 | 0.54 |
| Hex | CF | 58 | 44 | 0 | 39 | 43 | 13 | 9 | 3B | 36 |
| Octal | 317 | 130 | 104 | 0 | 71 | 103 | 23 | 11 | 73 | 66 |
| Binary | 11001111 | 1011000 | 1000100 | 0 | 111001 | 1000011 | 10011 | 1001 | 111011 | 110110 |
Color Harmonies of #CF5844
Complementary color
Monochromatic Colors of #CF5844
Black with #CF5844
Text Example
Text Example
White with #CF5844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5844; }
p { color: rgb(207,88,68); }
H1.HeaderClassName
{
color: #CF5844;
}
.AnyTagClassName
{
color: #CF5844;
}
</style>
background-color css
<style>
a { background-color: #CF5844; }
a { background-color: rgb(207,88,68); }
div.DivClassName
{
background-color: #CF5844;
}
.BgClassName
{
background-color: #CF5844;
}
</style>
border-color css
<style>
span { border-color: #CF5844; }
span { border-color: rgb(207,88,68); }
td.TdClassName
{
border-color: #CF5844;
}
.TagClassName
{
border-color: #CF5844;
}
</style>