Shades of Burning Sand #CF8261
Tints of Burning Sand #CF8261
RGB
CMYK
RGB Variations
Color information
#CF8261 (or 0xCF8261) is known color: Burning Sand. HEX triplet: CF, 82 and 61. RGB value is (207,130,97). Sum of RGB (Red+Green+Blue) = 207+130+97=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8261 is #307D9E. Grayscale: #959595. Windows color (decimal): -3177887 or 6390479. OLE color: 6390479.
HSL color Cylindrical-coordinate representation of color #CF8261: hue angle of 18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF8261 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 97 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.19 |
| HSL | 18º | 0.53% | 0.6% | - |
| HSV(B) | 18º | 0.53% | 0.81% | - |
| XYZ | 35.87 | 30.09 | 15.23 | - |
| YUV | 149.26 | 98.51 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 97 | 0 | 0.37 | 0.53 | 0.19 | 18 | 0.53 | 0.6 |
| Hex | CF | 82 | 61 | 0 | 25 | 35 | 13 | 12 | 35 | 3C |
| Octal | 317 | 202 | 141 | 0 | 45 | 65 | 23 | 22 | 65 | 74 |
| Binary | 11001111 | 10000010 | 1100001 | 0 | 100101 | 110101 | 10011 | 10010 | 110101 | 111100 |
Color Harmonies of #CF8261
Complementary color
Monochromatic Colors of #CF8261
Black with #CF8261
Text Example
Text Example
White with #CF8261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8261; }
p { color: rgb(207,130,97); }
H1.HeaderClassName
{
color: #CF8261;
}
.AnyTagClassName
{
color: #CF8261;
}
</style>
background-color css
<style>
a { background-color: #CF8261; }
a { background-color: rgb(207,130,97); }
div.DivClassName
{
background-color: #CF8261;
}
.BgClassName
{
background-color: #CF8261;
}
</style>
border-color css
<style>
span { border-color: #CF8261; }
span { border-color: rgb(207,130,97); }
td.TdClassName
{
border-color: #CF8261;
}
.TagClassName
{
border-color: #CF8261;
}
</style>