Shades of Burning Sand #C9866D
Tints of Burning Sand #C9866D
RGB
CMYK
RGB Variations
Color information
#C9866D (or 0xC9866D) is known color: Burning Sand. HEX triplet: C9, 86 and 6D. RGB value is (201,134,109). Sum of RGB (Red+Green+Blue) = 201+134+109=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9866D is #367992. Grayscale: #979797. Windows color (decimal): -3570067 or 7177929. OLE color: 7177929.
HSL color Cylindrical-coordinate representation of color #C9866D: hue angle of 16.3º 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 #C9866D is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 109 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.21 |
| HSL | 16.3º | 0.46% | 0.61% | - |
| HSV(B) | 16.3º | 0.46% | 0.79% | - |
| XYZ | 35.37 | 30.57 | 18.5 | - |
| YUV | 151.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 109 | 0 | 0.33 | 0.46 | 0.21 | 16.3 | 0.46 | 0.61 |
| Hex | C9 | 86 | 6D | 0 | 21 | 2E | 15 | 10 | 2E | 3D |
| Octal | 311 | 206 | 155 | 0 | 41 | 56 | 25 | 20 | 56 | 75 |
| Binary | 11001001 | 10000110 | 1101101 | 0 | 100001 | 101110 | 10101 | 10000 | 101110 | 111101 |
Color Harmonies of #C9866D
Complementary color
Monochromatic Colors of #C9866D
Black with #C9866D
Text Example
Text Example
White with #C9866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9866D; }
p { color: rgb(201,134,109); }
H1.HeaderClassName
{
color: #C9866D;
}
.AnyTagClassName
{
color: #C9866D;
}
</style>
background-color css
<style>
a { background-color: #C9866D; }
a { background-color: rgb(201,134,109); }
div.DivClassName
{
background-color: #C9866D;
}
.BgClassName
{
background-color: #C9866D;
}
</style>
border-color css
<style>
span { border-color: #C9866D; }
span { border-color: rgb(201,134,109); }
td.TdClassName
{
border-color: #C9866D;
}
.TagClassName
{
border-color: #C9866D;
}
</style>