Shades of Dark Coral #CF573E
Tints of Dark Coral #CF573E
RGB
CMYK
RGB Variations
Color information
#CF573E (or 0xCF573E) is known color: Dark Coral. HEX triplet: CF, 57 and 3E. RGB value is (207,87,62). Sum of RGB (Red+Green+Blue) = 207+87+62=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF573E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF573E is #30A8C1. Grayscale: #787878. Windows color (decimal): -3188930 or 4085711. OLE color: 4085711.
HSL color Cylindrical-coordinate representation of color #CF573E: hue angle of 10.34º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF573E is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 62 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.19 |
| HSL | 10.34º | 0.6% | 0.53% | - |
| HSV(B) | 10.34º | 0.7% | 0.81% | - |
| XYZ | 30.01 | 20.43 | 6.92 | - |
| YUV | 120.03 | 95.26 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 62 | 0 | 0.58 | 0.70 | 0.19 | 10.34 | 0.6 | 0.53 |
| Hex | CF | 57 | 3E | 0 | 3A | 46 | 13 | A | 3C | 35 |
| Octal | 317 | 127 | 76 | 0 | 72 | 106 | 23 | 12 | 74 | 65 |
| Binary | 11001111 | 1010111 | 111110 | 0 | 111010 | 1000110 | 10011 | 1010 | 111100 | 110101 |
Color Harmonies of #CF573E
Complementary color
Monochromatic Colors of #CF573E
Black with #CF573E
Text Example
Text Example
White with #CF573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF573E; }
p { color: rgb(207,87,62); }
H1.HeaderClassName
{
color: #CF573E;
}
.AnyTagClassName
{
color: #CF573E;
}
</style>
background-color css
<style>
a { background-color: #CF573E; }
a { background-color: rgb(207,87,62); }
div.DivClassName
{
background-color: #CF573E;
}
.BgClassName
{
background-color: #CF573E;
}
</style>
border-color css
<style>
span { border-color: #CF573E; }
span { border-color: rgb(207,87,62); }
td.TdClassName
{
border-color: #CF573E;
}
.TagClassName
{
border-color: #CF573E;
}
</style>