Shades of Burning Sand #CB8355
Tints of Burning Sand #CB8355
RGB
CMYK
RGB Variations
Color information
#CB8355 (or 0xCB8355) is known color: Burning Sand. HEX triplet: CB, 83 and 55. RGB value is (203,131,85). Sum of RGB (Red+Green+Blue) = 203+131+85=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8355 is #347CAA. Grayscale: #939393. Windows color (decimal): -3439787 or 5604299. OLE color: 5604299.
HSL color Cylindrical-coordinate representation of color #CB8355: hue angle of 23.39º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB8355 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 85 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.20 |
| HSL | 23.39º | 0.53% | 0.56% | - |
| HSV(B) | 23.39º | 0.58% | 0.8% | - |
| XYZ | 34.38 | 29.58 | 12.49 | - |
| YUV | 147.28 | 92.85 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 85 | 0 | 0.35 | 0.58 | 0.20 | 23.39 | 0.53 | 0.56 |
| Hex | CB | 83 | 55 | 0 | 23 | 3A | 14 | 17 | 35 | 38 |
| Octal | 313 | 203 | 125 | 0 | 43 | 72 | 24 | 27 | 65 | 70 |
| Binary | 11001011 | 10000011 | 1010101 | 0 | 100011 | 111010 | 10100 | 10111 | 110101 | 111000 |
Color Harmonies of #CB8355
Complementary color
Monochromatic Colors of #CB8355
Black with #CB8355
Text Example
Text Example
White with #CB8355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8355; }
p { color: rgb(203,131,85); }
H1.HeaderClassName
{
color: #CB8355;
}
.AnyTagClassName
{
color: #CB8355;
}
</style>
background-color css
<style>
a { background-color: #CB8355; }
a { background-color: rgb(203,131,85); }
div.DivClassName
{
background-color: #CB8355;
}
.BgClassName
{
background-color: #CB8355;
}
</style>
border-color css
<style>
span { border-color: #CB8355; }
span { border-color: rgb(203,131,85); }
td.TdClassName
{
border-color: #CB8355;
}
.TagClassName
{
border-color: #CB8355;
}
</style>