Shades of Burning Sand #C9876D
Tints of Burning Sand #C9876D
RGB
CMYK
RGB Variations
Color information
#C9876D (or 0xC9876D) is known color: Burning Sand. HEX triplet: C9, 87 and 6D. RGB value is (201,135,109). Sum of RGB (Red+Green+Blue) = 201+135+109=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9876D is #367892. Grayscale: #979797. Windows color (decimal): -3569811 or 7178185. OLE color: 7178185.
HSL color Cylindrical-coordinate representation of color #C9876D: hue angle of 16.96º 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 #C9876D is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 109 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.21 |
| HSL | 16.96º | 0.46% | 0.61% | - |
| HSV(B) | 16.96º | 0.46% | 0.79% | - |
| XYZ | 35.51 | 30.85 | 18.55 | - |
| YUV | 151.77 | 103.87 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 109 | 0 | 0.33 | 0.46 | 0.21 | 16.96 | 0.46 | 0.61 |
| Hex | C9 | 87 | 6D | 0 | 21 | 2E | 15 | 11 | 2E | 3D |
| Octal | 311 | 207 | 155 | 0 | 41 | 56 | 25 | 21 | 56 | 75 |
| Binary | 11001001 | 10000111 | 1101101 | 0 | 100001 | 101110 | 10101 | 10001 | 101110 | 111101 |
Color Harmonies of #C9876D
Complementary color
Monochromatic Colors of #C9876D
Black with #C9876D
Text Example
Text Example
White with #C9876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9876D; }
p { color: rgb(201,135,109); }
H1.HeaderClassName
{
color: #C9876D;
}
.AnyTagClassName
{
color: #C9876D;
}
</style>
background-color css
<style>
a { background-color: #C9876D; }
a { background-color: rgb(201,135,109); }
div.DivClassName
{
background-color: #C9876D;
}
.BgClassName
{
background-color: #C9876D;
}
</style>
border-color css
<style>
span { border-color: #C9876D; }
span { border-color: rgb(201,135,109); }
td.TdClassName
{
border-color: #C9876D;
}
.TagClassName
{
border-color: #C9876D;
}
</style>