Shades of Burning Sand #CB8860
Tints of Burning Sand #CB8860
RGB
CMYK
RGB Variations
Color information
#CB8860 (or 0xCB8860) is known color: Burning Sand. HEX triplet: CB, 88 and 60. RGB value is (203,136,96). Sum of RGB (Red+Green+Blue) = 203+136+96=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8860 is #34779F. Grayscale: #979797. Windows color (decimal): -3438496 or 6326475. OLE color: 6326475.
HSL color Cylindrical-coordinate representation of color #CB8860: hue angle of 22.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB8860 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 96 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.20 |
| HSL | 22.43º | 0.51% | 0.59% | - |
| HSV(B) | 22.43º | 0.53% | 0.8% | - |
| XYZ | 35.54 | 31.15 | 15.21 | - |
| YUV | 151.47 | 96.7 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 96 | 0 | 0.33 | 0.53 | 0.20 | 22.43 | 0.51 | 0.59 |
| Hex | CB | 88 | 60 | 0 | 21 | 35 | 14 | 16 | 33 | 3B |
| Octal | 313 | 210 | 140 | 0 | 41 | 65 | 24 | 26 | 63 | 73 |
| Binary | 11001011 | 10001000 | 1100000 | 0 | 100001 | 110101 | 10100 | 10110 | 110011 | 111011 |
Color Harmonies of #CB8860
Complementary color
Monochromatic Colors of #CB8860
Black with #CB8860
Text Example
Text Example
White with #CB8860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8860; }
p { color: rgb(203,136,96); }
H1.HeaderClassName
{
color: #CB8860;
}
.AnyTagClassName
{
color: #CB8860;
}
</style>
background-color css
<style>
a { background-color: #CB8860; }
a { background-color: rgb(203,136,96); }
div.DivClassName
{
background-color: #CB8860;
}
.BgClassName
{
background-color: #CB8860;
}
</style>
border-color css
<style>
span { border-color: #CB8860; }
span { border-color: rgb(203,136,96); }
td.TdClassName
{
border-color: #CB8860;
}
.TagClassName
{
border-color: #CB8860;
}
</style>