Shades of Dark Coral #CF5944
Tints of Dark Coral #CF5944
RGB
CMYK
RGB Variations
Color information
#CF5944 (or 0xCF5944) is known color: Dark Coral. HEX triplet: CF, 59 and 44. RGB value is (207,89,68). Sum of RGB (Red+Green+Blue) = 207+89+68=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5944 is #30A6BB. Grayscale: #7A7A7A. Windows color (decimal): -3188412 or 4479439. OLE color: 4479439.
HSL color Cylindrical-coordinate representation of color #CF5944: hue angle of 9.06º 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 #CF5944 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 68 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.19 |
| HSL | 9.06º | 0.59% | 0.54% | - |
| HSV(B) | 9.06º | 0.67% | 0.81% | - |
| XYZ | 30.35 | 20.83 | 7.89 | - |
| YUV | 121.89 | 97.59 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 68 | 0 | 0.57 | 0.67 | 0.19 | 9.06 | 0.59 | 0.54 |
| Hex | CF | 59 | 44 | 0 | 39 | 43 | 13 | 9 | 3B | 36 |
| Octal | 317 | 131 | 104 | 0 | 71 | 103 | 23 | 11 | 73 | 66 |
| Binary | 11001111 | 1011001 | 1000100 | 0 | 111001 | 1000011 | 10011 | 1001 | 111011 | 110110 |
Color Harmonies of #CF5944
Complementary color
Monochromatic Colors of #CF5944
Black with #CF5944
Text Example
Text Example
White with #CF5944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5944; }
p { color: rgb(207,89,68); }
H1.HeaderClassName
{
color: #CF5944;
}
.AnyTagClassName
{
color: #CF5944;
}
</style>
background-color css
<style>
a { background-color: #CF5944; }
a { background-color: rgb(207,89,68); }
div.DivClassName
{
background-color: #CF5944;
}
.BgClassName
{
background-color: #CF5944;
}
</style>
border-color css
<style>
span { border-color: #CF5944; }
span { border-color: rgb(207,89,68); }
td.TdClassName
{
border-color: #CF5944;
}
.TagClassName
{
border-color: #CF5944;
}
</style>