Shades of Burning Sand #CB8459
Tints of Burning Sand #CB8459
RGB
CMYK
RGB Variations
Color information
#CB8459 (or 0xCB8459) is known color: Burning Sand. HEX triplet: CB, 84 and 59. RGB value is (203,132,89). Sum of RGB (Red+Green+Blue) = 203+132+89=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8459 is #347BA6. Grayscale: #949494. Windows color (decimal): -3439527 or 5866699. OLE color: 5866699.
HSL color Cylindrical-coordinate representation of color #CB8459: hue angle of 22.63º 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 #CB8459 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 89 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.20 |
| HSL | 22.63º | 0.52% | 0.57% | - |
| HSV(B) | 22.63º | 0.56% | 0.8% | - |
| XYZ | 34.68 | 29.92 | 13.4 | - |
| YUV | 148.33 | 94.52 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 89 | 0 | 0.35 | 0.56 | 0.20 | 22.63 | 0.52 | 0.57 |
| Hex | CB | 84 | 59 | 0 | 23 | 38 | 14 | 17 | 34 | 39 |
| Octal | 313 | 204 | 131 | 0 | 43 | 70 | 24 | 27 | 64 | 71 |
| Binary | 11001011 | 10000100 | 1011001 | 0 | 100011 | 111000 | 10100 | 10111 | 110100 | 111001 |
Color Harmonies of #CB8459
Complementary color
Monochromatic Colors of #CB8459
Black with #CB8459
Text Example
Text Example
White with #CB8459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8459; }
p { color: rgb(203,132,89); }
H1.HeaderClassName
{
color: #CB8459;
}
.AnyTagClassName
{
color: #CB8459;
}
</style>
background-color css
<style>
a { background-color: #CB8459; }
a { background-color: rgb(203,132,89); }
div.DivClassName
{
background-color: #CB8459;
}
.BgClassName
{
background-color: #CB8459;
}
</style>
border-color css
<style>
span { border-color: #CB8459; }
span { border-color: rgb(203,132,89); }
td.TdClassName
{
border-color: #CB8459;
}
.TagClassName
{
border-color: #CB8459;
}
</style>