Shades of Dark Coral #CF593C
Tints of Dark Coral #CF593C
RGB
CMYK
RGB Variations
Color information
#CF593C (or 0xCF593C) is known color: Dark Coral. HEX triplet: CF, 59 and 3C. RGB value is (207,89,60). Sum of RGB (Red+Green+Blue) = 207+89+60=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF593C is #30A6C3. Grayscale: #797979. Windows color (decimal): -3188420 or 3955151. OLE color: 3955151.
HSL color Cylindrical-coordinate representation of color #CF593C: hue angle of 11.84º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF593C is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 60 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.19 |
| HSL | 11.84º | 0.6% | 0.52% | - |
| HSV(B) | 11.84º | 0.71% | 0.81% | - |
| XYZ | 30.12 | 20.74 | 6.69 | - |
| YUV | 120.98 | 93.59 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 60 | 0 | 0.57 | 0.71 | 0.19 | 11.84 | 0.6 | 0.52 |
| Hex | CF | 59 | 3C | 0 | 39 | 47 | 13 | C | 3C | 34 |
| Octal | 317 | 131 | 74 | 0 | 71 | 107 | 23 | 14 | 74 | 64 |
| Binary | 11001111 | 1011001 | 111100 | 0 | 111001 | 1000111 | 10011 | 1100 | 111100 | 110100 |
Color Harmonies of #CF593C
Complementary color
Monochromatic Colors of #CF593C
Black with #CF593C
Text Example
Text Example
White with #CF593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF593C; }
p { color: rgb(207,89,60); }
H1.HeaderClassName
{
color: #CF593C;
}
.AnyTagClassName
{
color: #CF593C;
}
</style>
background-color css
<style>
a { background-color: #CF593C; }
a { background-color: rgb(207,89,60); }
div.DivClassName
{
background-color: #CF593C;
}
.BgClassName
{
background-color: #CF593C;
}
</style>
border-color css
<style>
span { border-color: #CF593C; }
span { border-color: rgb(207,89,60); }
td.TdClassName
{
border-color: #CF593C;
}
.TagClassName
{
border-color: #CF593C;
}
</style>