Shades of Dark Coral #CF5949
Tints of Dark Coral #CF5949
RGB
CMYK
RGB Variations
Color information
#CF5949 (or 0xCF5949) is known color: Dark Coral. HEX triplet: CF, 59 and 49. RGB value is (207,89,73). Sum of RGB (Red+Green+Blue) = 207+89+73=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5949 is #30A6B6. Grayscale: #7A7A7A. Windows color (decimal): -3188407 or 4807119. OLE color: 4807119.
HSL color Cylindrical-coordinate representation of color #CF5949: hue angle of 7.16º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF5949 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 73 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.19 |
| HSL | 7.16º | 0.58% | 0.55% | - |
| HSV(B) | 7.16º | 0.65% | 0.81% | - |
| XYZ | 30.51 | 20.89 | 8.73 | - |
| YUV | 122.46 | 100.09 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 73 | 0 | 0.57 | 0.65 | 0.19 | 7.16 | 0.58 | 0.55 |
| Hex | CF | 59 | 49 | 0 | 39 | 41 | 13 | 7 | 3A | 37 |
| Octal | 317 | 131 | 111 | 0 | 71 | 101 | 23 | 7 | 72 | 67 |
| Binary | 11001111 | 1011001 | 1001001 | 0 | 111001 | 1000001 | 10011 | 111 | 111010 | 110111 |
Color Harmonies of #CF5949
Complementary color
Monochromatic Colors of #CF5949
Black with #CF5949
Text Example
Text Example
White with #CF5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5949; }
p { color: rgb(207,89,73); }
H1.HeaderClassName
{
color: #CF5949;
}
.AnyTagClassName
{
color: #CF5949;
}
</style>
background-color css
<style>
a { background-color: #CF5949; }
a { background-color: rgb(207,89,73); }
div.DivClassName
{
background-color: #CF5949;
}
.BgClassName
{
background-color: #CF5949;
}
</style>
border-color css
<style>
span { border-color: #CF5949; }
span { border-color: rgb(207,89,73); }
td.TdClassName
{
border-color: #CF5949;
}
.TagClassName
{
border-color: #CF5949;
}
</style>