Shades of Burning Sand #CB8659
Tints of Burning Sand #CB8659
RGB
CMYK
RGB Variations
Color information
#CB8659 (or 0xCB8659) is known color: Burning Sand. HEX triplet: CB, 86 and 59. RGB value is (203,134,89). Sum of RGB (Red+Green+Blue) = 203+134+89=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8659 is #3479A6. Grayscale: #959595. Windows color (decimal): -3439015 or 5867211. OLE color: 5867211.
HSL color Cylindrical-coordinate representation of color #CB8659: hue angle of 23.68º 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 #CB8659 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 89 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.20 |
| HSL | 23.68º | 0.52% | 0.57% | - |
| HSV(B) | 23.68º | 0.56% | 0.8% | - |
| XYZ | 34.96 | 30.47 | 13.49 | - |
| YUV | 149.5 | 93.86 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 89 | 0 | 0.34 | 0.56 | 0.20 | 23.68 | 0.52 | 0.57 |
| Hex | CB | 86 | 59 | 0 | 22 | 38 | 14 | 18 | 34 | 39 |
| Octal | 313 | 206 | 131 | 0 | 42 | 70 | 24 | 30 | 64 | 71 |
| Binary | 11001011 | 10000110 | 1011001 | 0 | 100010 | 111000 | 10100 | 11000 | 110100 | 111001 |
Color Harmonies of #CB8659
Complementary color
Monochromatic Colors of #CB8659
Black with #CB8659
Text Example
Text Example
White with #CB8659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8659; }
p { color: rgb(203,134,89); }
H1.HeaderClassName
{
color: #CB8659;
}
.AnyTagClassName
{
color: #CB8659;
}
</style>
background-color css
<style>
a { background-color: #CB8659; }
a { background-color: rgb(203,134,89); }
div.DivClassName
{
background-color: #CB8659;
}
.BgClassName
{
background-color: #CB8659;
}
</style>
border-color css
<style>
span { border-color: #CB8659; }
span { border-color: rgb(203,134,89); }
td.TdClassName
{
border-color: #CB8659;
}
.TagClassName
{
border-color: #CB8659;
}
</style>