Shades of Burning Sand #CF8256
Tints of Burning Sand #CF8256
RGB
CMYK
RGB Variations
Color information
#CF8256 (or 0xCF8256) is known color: Burning Sand. HEX triplet: CF, 82 and 56. RGB value is (207,130,86). Sum of RGB (Red+Green+Blue) = 207+130+86=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8256 is #307DA9. Grayscale: #949494. Windows color (decimal): -3177898 or 5669583. OLE color: 5669583.
HSL color Cylindrical-coordinate representation of color #CF8256: hue angle of 21.82º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF8256 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 86 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.19 |
| HSL | 21.82º | 0.56% | 0.57% | - |
| HSV(B) | 21.82º | 0.58% | 0.81% | - |
| XYZ | 35.39 | 29.9 | 12.71 | - |
| YUV | 148.01 | 93.01 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 86 | 0 | 0.37 | 0.58 | 0.19 | 21.82 | 0.56 | 0.57 |
| Hex | CF | 82 | 56 | 0 | 25 | 3A | 13 | 16 | 38 | 39 |
| Octal | 317 | 202 | 126 | 0 | 45 | 72 | 23 | 26 | 70 | 71 |
| Binary | 11001111 | 10000010 | 1010110 | 0 | 100101 | 111010 | 10011 | 10110 | 111000 | 111001 |
Color Harmonies of #CF8256
Complementary color
Monochromatic Colors of #CF8256
Black with #CF8256
Text Example
Text Example
White with #CF8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8256; }
p { color: rgb(207,130,86); }
H1.HeaderClassName
{
color: #CF8256;
}
.AnyTagClassName
{
color: #CF8256;
}
</style>
background-color css
<style>
a { background-color: #CF8256; }
a { background-color: rgb(207,130,86); }
div.DivClassName
{
background-color: #CF8256;
}
.BgClassName
{
background-color: #CF8256;
}
</style>
border-color css
<style>
span { border-color: #CF8256; }
span { border-color: rgb(207,130,86); }
td.TdClassName
{
border-color: #CF8256;
}
.TagClassName
{
border-color: #CF8256;
}
</style>