Shades of Burning Sand #C9806E
Tints of Burning Sand #C9806E
RGB
CMYK
RGB Variations
Color information
#C9806E (or 0xC9806E) is known color: Burning Sand. HEX triplet: C9, 80 and 6E. RGB value is (201,128,110). Sum of RGB (Red+Green+Blue) = 201+128+110=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C9806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9806E is #367F91. Grayscale: #939393. Windows color (decimal): -3571602 or 7241929. OLE color: 7241929.
HSL color Cylindrical-coordinate representation of color #C9806E: hue angle of 11.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9806E is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 110 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.21 |
| HSL | 11.87º | 0.46% | 0.61% | - |
| HSV(B) | 11.87º | 0.45% | 0.79% | - |
| XYZ | 34.62 | 28.98 | 18.52 | - |
| YUV | 147.78 | 106.68 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 110 | 0 | 0.36 | 0.45 | 0.21 | 11.87 | 0.46 | 0.61 |
| Hex | C9 | 80 | 6E | 0 | 24 | 2D | 15 | C | 2E | 3D |
| Octal | 311 | 200 | 156 | 0 | 44 | 55 | 25 | 14 | 56 | 75 |
| Binary | 11001001 | 10000000 | 1101110 | 0 | 100100 | 101101 | 10101 | 1100 | 101110 | 111101 |
Color Harmonies of #C9806E
Complementary color
Monochromatic Colors of #C9806E
Black with #C9806E
Text Example
Text Example
White with #C9806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9806E; }
p { color: rgb(201,128,110); }
H1.HeaderClassName
{
color: #C9806E;
}
.AnyTagClassName
{
color: #C9806E;
}
</style>
background-color css
<style>
a { background-color: #C9806E; }
a { background-color: rgb(201,128,110); }
div.DivClassName
{
background-color: #C9806E;
}
.BgClassName
{
background-color: #C9806E;
}
</style>
border-color css
<style>
span { border-color: #C9806E; }
span { border-color: rgb(201,128,110); }
td.TdClassName
{
border-color: #C9806E;
}
.TagClassName
{
border-color: #C9806E;
}
</style>