Shades of Burning Sand #CB8562
Tints of Burning Sand #CB8562
RGB
CMYK
RGB Variations
Color information
#CB8562 (or 0xCB8562) is known color: Burning Sand. HEX triplet: CB, 85 and 62. RGB value is (203,133,98). Sum of RGB (Red+Green+Blue) = 203+133+98=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8562 is #347A9D. Grayscale: #969696. Windows color (decimal): -3439262 or 6456779. OLE color: 6456779.
HSL color Cylindrical-coordinate representation of color #CB8562: hue angle of 20º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB8562 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 98 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.20 |
| HSL | 20º | 0.5% | 0.59% | - |
| HSV(B) | 20º | 0.52% | 0.8% | - |
| XYZ | 35.22 | 30.35 | 15.56 | - |
| YUV | 149.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 98 | 0 | 0.34 | 0.52 | 0.20 | 20 | 0.5 | 0.59 |
| Hex | CB | 85 | 62 | 0 | 22 | 34 | 14 | 14 | 32 | 3B |
| Octal | 313 | 205 | 142 | 0 | 42 | 64 | 24 | 24 | 62 | 73 |
| Binary | 11001011 | 10000101 | 1100010 | 0 | 100010 | 110100 | 10100 | 10100 | 110010 | 111011 |
Color Harmonies of #CB8562
Complementary color
Monochromatic Colors of #CB8562
Black with #CB8562
Text Example
Text Example
White with #CB8562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8562; }
p { color: rgb(203,133,98); }
H1.HeaderClassName
{
color: #CB8562;
}
.AnyTagClassName
{
color: #CB8562;
}
</style>
background-color css
<style>
a { background-color: #CB8562; }
a { background-color: rgb(203,133,98); }
div.DivClassName
{
background-color: #CB8562;
}
.BgClassName
{
background-color: #CB8562;
}
</style>
border-color css
<style>
span { border-color: #CB8562; }
span { border-color: rgb(203,133,98); }
td.TdClassName
{
border-color: #CB8562;
}
.TagClassName
{
border-color: #CB8562;
}
</style>