Shades of Burning Sand #CB8863
Tints of Burning Sand #CB8863
RGB
CMYK
RGB Variations
Color information
#CB8863 (or 0xCB8863) is known color: Burning Sand. HEX triplet: CB, 88 and 63. RGB value is (203,136,99). Sum of RGB (Red+Green+Blue) = 203+136+99=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8863 is #34779C. Grayscale: #989898. Windows color (decimal): -3438493 or 6523083. OLE color: 6523083.
HSL color Cylindrical-coordinate representation of color #CB8863: hue angle of 21.35º 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 #CB8863 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 99 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.20 |
| HSL | 21.35º | 0.5% | 0.59% | - |
| HSV(B) | 21.35º | 0.51% | 0.8% | - |
| XYZ | 35.68 | 31.21 | 15.95 | - |
| YUV | 151.82 | 98.2 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 99 | 0 | 0.33 | 0.51 | 0.20 | 21.35 | 0.5 | 0.59 |
| Hex | CB | 88 | 63 | 0 | 21 | 33 | 14 | 15 | 32 | 3B |
| Octal | 313 | 210 | 143 | 0 | 41 | 63 | 24 | 25 | 62 | 73 |
| Binary | 11001011 | 10001000 | 1100011 | 0 | 100001 | 110011 | 10100 | 10101 | 110010 | 111011 |
Color Harmonies of #CB8863
Complementary color
Monochromatic Colors of #CB8863
Black with #CB8863
Text Example
Text Example
White with #CB8863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8863; }
p { color: rgb(203,136,99); }
H1.HeaderClassName
{
color: #CB8863;
}
.AnyTagClassName
{
color: #CB8863;
}
</style>
background-color css
<style>
a { background-color: #CB8863; }
a { background-color: rgb(203,136,99); }
div.DivClassName
{
background-color: #CB8863;
}
.BgClassName
{
background-color: #CB8863;
}
</style>
border-color css
<style>
span { border-color: #CB8863; }
span { border-color: rgb(203,136,99); }
td.TdClassName
{
border-color: #CB8863;
}
.TagClassName
{
border-color: #CB8863;
}
</style>