Shades of Burning Sand #CB8463
Tints of Burning Sand #CB8463
RGB
CMYK
RGB Variations
Color information
#CB8463 (or 0xCB8463) is known color: Burning Sand. HEX triplet: CB, 84 and 63. RGB value is (203,132,99). Sum of RGB (Red+Green+Blue) = 203+132+99=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8463 is #347B9C. Grayscale: #959595. Windows color (decimal): -3439517 or 6522059. OLE color: 6522059.
HSL color Cylindrical-coordinate representation of color #CB8463: hue angle of 19.04º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB8463 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 99 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.20 |
| HSL | 19.04º | 0.5% | 0.59% | - |
| HSV(B) | 19.04º | 0.51% | 0.8% | - |
| XYZ | 35.13 | 30.1 | 15.76 | - |
| YUV | 149.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 99 | 0 | 0.35 | 0.51 | 0.20 | 19.04 | 0.5 | 0.59 |
| Hex | CB | 84 | 63 | 0 | 23 | 33 | 14 | 13 | 32 | 3B |
| Octal | 313 | 204 | 143 | 0 | 43 | 63 | 24 | 23 | 62 | 73 |
| Binary | 11001011 | 10000100 | 1100011 | 0 | 100011 | 110011 | 10100 | 10011 | 110010 | 111011 |
Color Harmonies of #CB8463
Complementary color
Monochromatic Colors of #CB8463
Black with #CB8463
Text Example
Text Example
White with #CB8463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8463; }
p { color: rgb(203,132,99); }
H1.HeaderClassName
{
color: #CB8463;
}
.AnyTagClassName
{
color: #CB8463;
}
</style>
background-color css
<style>
a { background-color: #CB8463; }
a { background-color: rgb(203,132,99); }
div.DivClassName
{
background-color: #CB8463;
}
.BgClassName
{
background-color: #CB8463;
}
</style>
border-color css
<style>
span { border-color: #CB8463; }
span { border-color: rgb(203,132,99); }
td.TdClassName
{
border-color: #CB8463;
}
.TagClassName
{
border-color: #CB8463;
}
</style>