Shades of Burning Sand #CF8160
Tints of Burning Sand #CF8160
RGB
CMYK
RGB Variations
Color information
#CF8160 (or 0xCF8160) is known color: Burning Sand. HEX triplet: CF, 81 and 60. RGB value is (207,129,96). Sum of RGB (Red+Green+Blue) = 207+129+96=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8160 is #307E9F. Grayscale: #949494. Windows color (decimal): -3178144 or 6324687. OLE color: 6324687.
HSL color Cylindrical-coordinate representation of color #CF8160: hue angle of 17.84º 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 #CF8160 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 96 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.19 |
| HSL | 17.84º | 0.54% | 0.59% | - |
| HSV(B) | 17.84º | 0.54% | 0.81% | - |
| XYZ | 35.69 | 29.81 | 14.94 | - |
| YUV | 148.56 | 98.34 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 96 | 0 | 0.38 | 0.54 | 0.19 | 17.84 | 0.54 | 0.59 |
| Hex | CF | 81 | 60 | 0 | 26 | 36 | 13 | 12 | 36 | 3B |
| Octal | 317 | 201 | 140 | 0 | 46 | 66 | 23 | 22 | 66 | 73 |
| Binary | 11001111 | 10000001 | 1100000 | 0 | 100110 | 110110 | 10011 | 10010 | 110110 | 111011 |
Color Harmonies of #CF8160
Complementary color
Monochromatic Colors of #CF8160
Black with #CF8160
Text Example
Text Example
White with #CF8160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8160; }
p { color: rgb(207,129,96); }
H1.HeaderClassName
{
color: #CF8160;
}
.AnyTagClassName
{
color: #CF8160;
}
</style>
background-color css
<style>
a { background-color: #CF8160; }
a { background-color: rgb(207,129,96); }
div.DivClassName
{
background-color: #CF8160;
}
.BgClassName
{
background-color: #CF8160;
}
</style>
border-color css
<style>
span { border-color: #CF8160; }
span { border-color: rgb(207,129,96); }
td.TdClassName
{
border-color: #CF8160;
}
.TagClassName
{
border-color: #CF8160;
}
</style>