Shades of Burning Sand #CF8860
Tints of Burning Sand #CF8860
RGB
CMYK
RGB Variations
Color information
#CF8860 (or 0xCF8860) is known color: Burning Sand. HEX triplet: CF, 88 and 60. RGB value is (207,136,96). Sum of RGB (Red+Green+Blue) = 207+136+96=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8860 is #30779F. Grayscale: #989898. Windows color (decimal): -3176352 or 6326479. OLE color: 6326479.
HSL color Cylindrical-coordinate representation of color #CF8860: hue angle of 21.62º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF8860 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 96 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.19 |
| HSL | 21.62º | 0.54% | 0.59% | - |
| HSV(B) | 21.62º | 0.54% | 0.81% | - |
| XYZ | 36.65 | 31.72 | 15.26 | - |
| YUV | 152.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 96 | 0 | 0.34 | 0.54 | 0.19 | 21.62 | 0.54 | 0.59 |
| Hex | CF | 88 | 60 | 0 | 22 | 36 | 13 | 16 | 36 | 3B |
| Octal | 317 | 210 | 140 | 0 | 42 | 66 | 23 | 26 | 66 | 73 |
| Binary | 11001111 | 10001000 | 1100000 | 0 | 100010 | 110110 | 10011 | 10110 | 110110 | 111011 |
Color Harmonies of #CF8860
Complementary color
Monochromatic Colors of #CF8860
Black with #CF8860
Text Example
Text Example
White with #CF8860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8860; }
p { color: rgb(207,136,96); }
H1.HeaderClassName
{
color: #CF8860;
}
.AnyTagClassName
{
color: #CF8860;
}
</style>
background-color css
<style>
a { background-color: #CF8860; }
a { background-color: rgb(207,136,96); }
div.DivClassName
{
background-color: #CF8860;
}
.BgClassName
{
background-color: #CF8860;
}
</style>
border-color css
<style>
span { border-color: #CF8860; }
span { border-color: rgb(207,136,96); }
td.TdClassName
{
border-color: #CF8860;
}
.TagClassName
{
border-color: #CF8860;
}
</style>