Shades of Burning Sand #CB8559
Tints of Burning Sand #CB8559
RGB
CMYK
RGB Variations
Color information
#CB8559 (or 0xCB8559) is known color: Burning Sand. HEX triplet: CB, 85 and 59. RGB value is (203,133,89). Sum of RGB (Red+Green+Blue) = 203+133+89=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8559 is #347AA6. Grayscale: #959595. Windows color (decimal): -3439271 or 5866955. OLE color: 5866955.
HSL color Cylindrical-coordinate representation of color #CB8559: hue angle of 23.16º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB8559 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 89 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.20 |
| HSL | 23.16º | 0.52% | 0.57% | - |
| HSV(B) | 23.16º | 0.56% | 0.8% | - |
| XYZ | 34.82 | 30.19 | 13.44 | - |
| YUV | 148.91 | 94.19 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 89 | 0 | 0.34 | 0.56 | 0.20 | 23.16 | 0.52 | 0.57 |
| Hex | CB | 85 | 59 | 0 | 22 | 38 | 14 | 17 | 34 | 39 |
| Octal | 313 | 205 | 131 | 0 | 42 | 70 | 24 | 27 | 64 | 71 |
| Binary | 11001011 | 10000101 | 1011001 | 0 | 100010 | 111000 | 10100 | 10111 | 110100 | 111001 |
Color Harmonies of #CB8559
Complementary color
Monochromatic Colors of #CB8559
Black with #CB8559
Text Example
Text Example
White with #CB8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8559; }
p { color: rgb(203,133,89); }
H1.HeaderClassName
{
color: #CB8559;
}
.AnyTagClassName
{
color: #CB8559;
}
</style>
background-color css
<style>
a { background-color: #CB8559; }
a { background-color: rgb(203,133,89); }
div.DivClassName
{
background-color: #CB8559;
}
.BgClassName
{
background-color: #CB8559;
}
</style>
border-color css
<style>
span { border-color: #CB8559; }
span { border-color: rgb(203,133,89); }
td.TdClassName
{
border-color: #CB8559;
}
.TagClassName
{
border-color: #CB8559;
}
</style>