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