Shades of Burning Sand #CB8366
Tints of Burning Sand #CB8366
RGB
CMYK
RGB Variations
Color information
#CB8366 (or 0xCB8366) is known color: Burning Sand. HEX triplet: CB, 83 and 66. RGB value is (203,131,102). Sum of RGB (Red+Green+Blue) = 203+131+102=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8366 is #347C99. Grayscale: #959595. Windows color (decimal): -3439770 or 6718411. OLE color: 6718411.
HSL color Cylindrical-coordinate representation of color #CB8366: hue angle of 17.23º 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 #CB8366 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 102 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.20 |
| HSL | 17.23º | 0.49% | 0.6% | - |
| HSV(B) | 17.23º | 0.5% | 0.8% | - |
| XYZ | 35.14 | 29.89 | 16.49 | - |
| YUV | 149.22 | 101.35 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 102 | 0 | 0.35 | 0.50 | 0.20 | 17.23 | 0.49 | 0.6 |
| Hex | CB | 83 | 66 | 0 | 23 | 32 | 14 | 11 | 31 | 3C |
| Octal | 313 | 203 | 146 | 0 | 43 | 62 | 24 | 21 | 61 | 74 |
| Binary | 11001011 | 10000011 | 1100110 | 0 | 100011 | 110010 | 10100 | 10001 | 110001 | 111100 |
Color Harmonies of #CB8366
Complementary color
Monochromatic Colors of #CB8366
Black with #CB8366
Text Example
Text Example
White with #CB8366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8366; }
p { color: rgb(203,131,102); }
H1.HeaderClassName
{
color: #CB8366;
}
.AnyTagClassName
{
color: #CB8366;
}
</style>
background-color css
<style>
a { background-color: #CB8366; }
a { background-color: rgb(203,131,102); }
div.DivClassName
{
background-color: #CB8366;
}
.BgClassName
{
background-color: #CB8366;
}
</style>
border-color css
<style>
span { border-color: #CB8366; }
span { border-color: rgb(203,131,102); }
td.TdClassName
{
border-color: #CB8366;
}
.TagClassName
{
border-color: #CB8366;
}
</style>