Shades of Burning Sand #CB8256
Tints of Burning Sand #CB8256
RGB
CMYK
RGB Variations
Color information
#CB8256 (or 0xCB8256) is known color: Burning Sand. HEX triplet: CB, 82 and 56. RGB value is (203,130,86). Sum of RGB (Red+Green+Blue) = 203+130+86=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8256 is #347DA9. Grayscale: #939393. Windows color (decimal): -3440042 or 5669579. OLE color: 5669579.
HSL color Cylindrical-coordinate representation of color #CB8256: hue angle of 22.56º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB8256 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 86 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.20 |
| HSL | 22.56º | 0.53% | 0.57% | - |
| HSV(B) | 22.56º | 0.58% | 0.8% | - |
| XYZ | 34.29 | 29.33 | 12.66 | - |
| YUV | 146.81 | 93.68 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 86 | 0 | 0.36 | 0.58 | 0.20 | 22.56 | 0.53 | 0.57 |
| Hex | CB | 82 | 56 | 0 | 24 | 3A | 14 | 17 | 35 | 39 |
| Octal | 313 | 202 | 126 | 0 | 44 | 72 | 24 | 27 | 65 | 71 |
| Binary | 11001011 | 10000010 | 1010110 | 0 | 100100 | 111010 | 10100 | 10111 | 110101 | 111001 |
Color Harmonies of #CB8256
Complementary color
Monochromatic Colors of #CB8256
Black with #CB8256
Text Example
Text Example
White with #CB8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8256; }
p { color: rgb(203,130,86); }
H1.HeaderClassName
{
color: #CB8256;
}
.AnyTagClassName
{
color: #CB8256;
}
</style>
background-color css
<style>
a { background-color: #CB8256; }
a { background-color: rgb(203,130,86); }
div.DivClassName
{
background-color: #CB8256;
}
.BgClassName
{
background-color: #CB8256;
}
</style>
border-color css
<style>
span { border-color: #CB8256; }
span { border-color: rgb(203,130,86); }
td.TdClassName
{
border-color: #CB8256;
}
.TagClassName
{
border-color: #CB8256;
}
</style>