Shades of Dark Coral #CF594A
Tints of Dark Coral #CF594A
RGB
CMYK
RGB Variations
Color information
#CF594A (or 0xCF594A) is known color: Dark Coral. HEX triplet: CF, 59 and 4A. RGB value is (207,89,74). Sum of RGB (Red+Green+Blue) = 207+89+74=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF594A is #30A6B5. Grayscale: #7A7A7A. Windows color (decimal): -3188406 or 4872655. OLE color: 4872655.
HSL color Cylindrical-coordinate representation of color #CF594A: hue angle of 6.77º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF594A is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 74 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.19 |
| HSL | 6.77º | 0.58% | 0.55% | - |
| HSV(B) | 6.77º | 0.64% | 0.81% | - |
| XYZ | 30.54 | 20.9 | 8.9 | - |
| YUV | 122.57 | 100.59 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 74 | 0 | 0.57 | 0.64 | 0.19 | 6.77 | 0.58 | 0.55 |
| Hex | CF | 59 | 4A | 0 | 39 | 40 | 13 | 7 | 3A | 37 |
| Octal | 317 | 131 | 112 | 0 | 71 | 100 | 23 | 7 | 72 | 67 |
| Binary | 11001111 | 1011001 | 1001010 | 0 | 111001 | 1000000 | 10011 | 111 | 111010 | 110111 |
Color Harmonies of #CF594A
Complementary color
Monochromatic Colors of #CF594A
Black with #CF594A
Text Example
Text Example
White with #CF594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF594A; }
p { color: rgb(207,89,74); }
H1.HeaderClassName
{
color: #CF594A;
}
.AnyTagClassName
{
color: #CF594A;
}
</style>
background-color css
<style>
a { background-color: #CF594A; }
a { background-color: rgb(207,89,74); }
div.DivClassName
{
background-color: #CF594A;
}
.BgClassName
{
background-color: #CF594A;
}
</style>
border-color css
<style>
span { border-color: #CF594A; }
span { border-color: rgb(207,89,74); }
td.TdClassName
{
border-color: #CF594A;
}
.TagClassName
{
border-color: #CF594A;
}
</style>