Shades of Dark Coral #CF523F
Tints of Dark Coral #CF523F
RGB
CMYK
RGB Variations
Color information
#CF523F (or 0xCF523F) is known color: Dark Coral. HEX triplet: CF, 52 and 3F. RGB value is (207,82,63). Sum of RGB (Red+Green+Blue) = 207+82+63=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF523F is #30ADC0. Grayscale: #757575. Windows color (decimal): -3190209 or 4149967. OLE color: 4149967.
HSL color Cylindrical-coordinate representation of color #CF523F: hue angle of 7.92º 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 #CF523F is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 63 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.19 |
| HSL | 7.92º | 0.6% | 0.53% | - |
| HSV(B) | 7.92º | 0.7% | 0.81% | - |
| XYZ | 29.65 | 19.66 | 6.93 | - |
| YUV | 117.21 | 97.41 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 63 | 0 | 0.60 | 0.70 | 0.19 | 7.92 | 0.6 | 0.53 |
| Hex | CF | 52 | 3F | 0 | 3C | 46 | 13 | 8 | 3C | 35 |
| Octal | 317 | 122 | 77 | 0 | 74 | 106 | 23 | 10 | 74 | 65 |
| Binary | 11001111 | 1010010 | 111111 | 0 | 111100 | 1000110 | 10011 | 1000 | 111100 | 110101 |
Color Harmonies of #CF523F
Complementary color
Monochromatic Colors of #CF523F
Black with #CF523F
Text Example
Text Example
White with #CF523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF523F; }
p { color: rgb(207,82,63); }
H1.HeaderClassName
{
color: #CF523F;
}
.AnyTagClassName
{
color: #CF523F;
}
</style>
background-color css
<style>
a { background-color: #CF523F; }
a { background-color: rgb(207,82,63); }
div.DivClassName
{
background-color: #CF523F;
}
.BgClassName
{
background-color: #CF523F;
}
</style>
border-color css
<style>
span { border-color: #CF523F; }
span { border-color: rgb(207,82,63); }
td.TdClassName
{
border-color: #CF523F;
}
.TagClassName
{
border-color: #CF523F;
}
</style>