Shades of Burning Sand #CB8A66
Tints of Burning Sand #CB8A66
RGB
CMYK
RGB Variations
Color information
#CB8A66 (or 0xCB8A66) is known color: Burning Sand. HEX triplet: CB, 8A and 66. RGB value is (203,138,102). Sum of RGB (Red+Green+Blue) = 203+138+102=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8A66 is #347599. Grayscale: #999999. Windows color (decimal): -3437978 or 6720203. OLE color: 6720203.
HSL color Cylindrical-coordinate representation of color #CB8A66: hue angle of 21.39º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB8A66 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 102 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.20 |
| HSL | 21.39º | 0.49% | 0.6% | - |
| HSV(B) | 21.39º | 0.5% | 0.8% | - |
| XYZ | 36.12 | 31.83 | 16.81 | - |
| YUV | 153.33 | 99.03 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 102 | 0 | 0.32 | 0.50 | 0.20 | 21.39 | 0.49 | 0.6 |
| Hex | CB | 8A | 66 | 0 | 20 | 32 | 14 | 15 | 31 | 3C |
| Octal | 313 | 212 | 146 | 0 | 40 | 62 | 24 | 25 | 61 | 74 |
| Binary | 11001011 | 10001010 | 1100110 | 0 | 100000 | 110010 | 10100 | 10101 | 110001 | 111100 |
Color Harmonies of #CB8A66
Complementary color
Monochromatic Colors of #CB8A66
Black with #CB8A66
Text Example
Text Example
White with #CB8A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8A66; }
p { color: rgb(203,138,102); }
H1.HeaderClassName
{
color: #CB8A66;
}
.AnyTagClassName
{
color: #CB8A66;
}
</style>
background-color css
<style>
a { background-color: #CB8A66; }
a { background-color: rgb(203,138,102); }
div.DivClassName
{
background-color: #CB8A66;
}
.BgClassName
{
background-color: #CB8A66;
}
</style>
border-color css
<style>
span { border-color: #CB8A66; }
span { border-color: rgb(203,138,102); }
td.TdClassName
{
border-color: #CB8A66;
}
.TagClassName
{
border-color: #CB8A66;
}
</style>