Shades of Burning Sand #C9806B
Tints of Burning Sand #C9806B
RGB
CMYK
RGB Variations
Color information
#C9806B (or 0xC9806B) is known color: Burning Sand. HEX triplet: C9, 80 and 6B. RGB value is (201,128,107). Sum of RGB (Red+Green+Blue) = 201+128+107=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9806B is #367F94. Grayscale: #939393. Windows color (decimal): -3571605 or 7045321. OLE color: 7045321.
HSL color Cylindrical-coordinate representation of color #C9806B: hue angle of 13.4º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9806B is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 107 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.21 |
| HSL | 13.4º | 0.47% | 0.6% | - |
| HSV(B) | 13.4º | 0.47% | 0.79% | - |
| XYZ | 34.46 | 28.92 | 17.68 | - |
| YUV | 147.43 | 105.18 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 107 | 0 | 0.36 | 0.47 | 0.21 | 13.4 | 0.47 | 0.6 |
| Hex | C9 | 80 | 6B | 0 | 24 | 2F | 15 | D | 2F | 3C |
| Octal | 311 | 200 | 153 | 0 | 44 | 57 | 25 | 15 | 57 | 74 |
| Binary | 11001001 | 10000000 | 1101011 | 0 | 100100 | 101111 | 10101 | 1101 | 101111 | 111100 |
Color Harmonies of #C9806B
Complementary color
Monochromatic Colors of #C9806B
Black with #C9806B
Text Example
Text Example
White with #C9806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9806B; }
p { color: rgb(201,128,107); }
H1.HeaderClassName
{
color: #C9806B;
}
.AnyTagClassName
{
color: #C9806B;
}
</style>
background-color css
<style>
a { background-color: #C9806B; }
a { background-color: rgb(201,128,107); }
div.DivClassName
{
background-color: #C9806B;
}
.BgClassName
{
background-color: #C9806B;
}
</style>
border-color css
<style>
span { border-color: #C9806B; }
span { border-color: rgb(201,128,107); }
td.TdClassName
{
border-color: #C9806B;
}
.TagClassName
{
border-color: #C9806B;
}
</style>