Shades of Burning Sand #CB8262
Tints of Burning Sand #CB8262
RGB
CMYK
RGB Variations
Color information
#CB8262 (or 0xCB8262) is known color: Burning Sand. HEX triplet: CB, 82 and 62. RGB value is (203,130,98). Sum of RGB (Red+Green+Blue) = 203+130+98=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8262 is #347D9D. Grayscale: #949494. Windows color (decimal): -3440030 or 6456011. OLE color: 6456011.
HSL color Cylindrical-coordinate representation of color #CB8262: hue angle of 18.29º 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 #CB8262 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 98 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.20 |
| HSL | 18.29º | 0.5% | 0.59% | - |
| HSV(B) | 18.29º | 0.52% | 0.8% | - |
| XYZ | 34.82 | 29.54 | 15.42 | - |
| YUV | 148.18 | 99.68 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 98 | 0 | 0.36 | 0.52 | 0.20 | 18.29 | 0.5 | 0.59 |
| Hex | CB | 82 | 62 | 0 | 24 | 34 | 14 | 12 | 32 | 3B |
| Octal | 313 | 202 | 142 | 0 | 44 | 64 | 24 | 22 | 62 | 73 |
| Binary | 11001011 | 10000010 | 1100010 | 0 | 100100 | 110100 | 10100 | 10010 | 110010 | 111011 |
Color Harmonies of #CB8262
Complementary color
Monochromatic Colors of #CB8262
Black with #CB8262
Text Example
Text Example
White with #CB8262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8262; }
p { color: rgb(203,130,98); }
H1.HeaderClassName
{
color: #CB8262;
}
.AnyTagClassName
{
color: #CB8262;
}
</style>
background-color css
<style>
a { background-color: #CB8262; }
a { background-color: rgb(203,130,98); }
div.DivClassName
{
background-color: #CB8262;
}
.BgClassName
{
background-color: #CB8262;
}
</style>
border-color css
<style>
span { border-color: #CB8262; }
span { border-color: rgb(203,130,98); }
td.TdClassName
{
border-color: #CB8262;
}
.TagClassName
{
border-color: #CB8262;
}
</style>