Shades of Burning Sand #CB8556
Tints of Burning Sand #CB8556
RGB
CMYK
RGB Variations
Color information
#CB8556 (or 0xCB8556) is known color: Burning Sand. HEX triplet: CB, 85 and 56. RGB value is (203,133,86). Sum of RGB (Red+Green+Blue) = 203+133+86=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8556 is #347AA9. Grayscale: #949494. Windows color (decimal): -3439274 or 5670347. OLE color: 5670347.
HSL color Cylindrical-coordinate representation of color #CB8556: hue angle of 24.1º 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 #CB8556 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 86 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.20 |
| HSL | 24.1º | 0.53% | 0.57% | - |
| HSV(B) | 24.1º | 0.58% | 0.8% | - |
| XYZ | 34.7 | 30.14 | 12.79 | - |
| YUV | 148.57 | 92.69 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 86 | 0 | 0.34 | 0.58 | 0.20 | 24.1 | 0.53 | 0.57 |
| Hex | CB | 85 | 56 | 0 | 22 | 3A | 14 | 18 | 35 | 39 |
| Octal | 313 | 205 | 126 | 0 | 42 | 72 | 24 | 30 | 65 | 71 |
| Binary | 11001011 | 10000101 | 1010110 | 0 | 100010 | 111010 | 10100 | 11000 | 110101 | 111001 |
Color Harmonies of #CB8556
Complementary color
Monochromatic Colors of #CB8556
Black with #CB8556
Text Example
Text Example
White with #CB8556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8556; }
p { color: rgb(203,133,86); }
H1.HeaderClassName
{
color: #CB8556;
}
.AnyTagClassName
{
color: #CB8556;
}
</style>
background-color css
<style>
a { background-color: #CB8556; }
a { background-color: rgb(203,133,86); }
div.DivClassName
{
background-color: #CB8556;
}
.BgClassName
{
background-color: #CB8556;
}
</style>
border-color css
<style>
span { border-color: #CB8556; }
span { border-color: rgb(203,133,86); }
td.TdClassName
{
border-color: #CB8556;
}
.TagClassName
{
border-color: #CB8556;
}
</style>