Shades of Burning Sand #C9806C
Tints of Burning Sand #C9806C
RGB
CMYK
RGB Variations
Color information
#C9806C (or 0xC9806C) is known color: Burning Sand. HEX triplet: C9, 80 and 6C. RGB value is (201,128,108). Sum of RGB (Red+Green+Blue) = 201+128+108=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C9806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9806C is #367F93. Grayscale: #939393. Windows color (decimal): -3571604 or 7110857. OLE color: 7110857.
HSL color Cylindrical-coordinate representation of color #C9806C: hue angle of 12.9º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9806C is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 108 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.21 |
| HSL | 12.9º | 0.46% | 0.61% | - |
| HSV(B) | 12.9º | 0.46% | 0.79% | - |
| XYZ | 34.51 | 28.94 | 17.95 | - |
| YUV | 147.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 108 | 0 | 0.36 | 0.46 | 0.21 | 12.9 | 0.46 | 0.61 |
| Hex | C9 | 80 | 6C | 0 | 24 | 2E | 15 | D | 2E | 3D |
| Octal | 311 | 200 | 154 | 0 | 44 | 56 | 25 | 15 | 56 | 75 |
| Binary | 11001001 | 10000000 | 1101100 | 0 | 100100 | 101110 | 10101 | 1101 | 101110 | 111101 |
Color Harmonies of #C9806C
Complementary color
Monochromatic Colors of #C9806C
Black with #C9806C
Text Example
Text Example
White with #C9806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9806C; }
p { color: rgb(201,128,108); }
H1.HeaderClassName
{
color: #C9806C;
}
.AnyTagClassName
{
color: #C9806C;
}
</style>
background-color css
<style>
a { background-color: #C9806C; }
a { background-color: rgb(201,128,108); }
div.DivClassName
{
background-color: #C9806C;
}
.BgClassName
{
background-color: #C9806C;
}
</style>
border-color css
<style>
span { border-color: #C9806C; }
span { border-color: rgb(201,128,108); }
td.TdClassName
{
border-color: #C9806C;
}
.TagClassName
{
border-color: #C9806C;
}
</style>