Shades of Burning Sand #C9876B
Tints of Burning Sand #C9876B
RGB
CMYK
RGB Variations
Color information
#C9876B (or 0xC9876B) is known color: Burning Sand. HEX triplet: C9, 87 and 6B. RGB value is (201,135,107). Sum of RGB (Red+Green+Blue) = 201+135+107=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9876B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9876B is #367894. Grayscale: #979797. Windows color (decimal): -3569813 or 7047113. OLE color: 7047113.
HSL color Cylindrical-coordinate representation of color #C9876B: hue angle of 17.87º 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 #C9876B is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 107 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.21 |
| HSL | 17.87º | 0.47% | 0.6% | - |
| HSV(B) | 17.87º | 0.47% | 0.79% | - |
| XYZ | 35.41 | 30.81 | 17.99 | - |
| YUV | 151.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 107 | 0 | 0.33 | 0.47 | 0.21 | 17.87 | 0.47 | 0.6 |
| Hex | C9 | 87 | 6B | 0 | 21 | 2F | 15 | 12 | 2F | 3C |
| Octal | 311 | 207 | 153 | 0 | 41 | 57 | 25 | 22 | 57 | 74 |
| Binary | 11001001 | 10000111 | 1101011 | 0 | 100001 | 101111 | 10101 | 10010 | 101111 | 111100 |
Color Harmonies of #C9876B
Complementary color
Monochromatic Colors of #C9876B
Black with #C9876B
Text Example
Text Example
White with #C9876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9876B; }
p { color: rgb(201,135,107); }
H1.HeaderClassName
{
color: #C9876B;
}
.AnyTagClassName
{
color: #C9876B;
}
</style>
background-color css
<style>
a { background-color: #C9876B; }
a { background-color: rgb(201,135,107); }
div.DivClassName
{
background-color: #C9876B;
}
.BgClassName
{
background-color: #C9876B;
}
</style>
border-color css
<style>
span { border-color: #C9876B; }
span { border-color: rgb(201,135,107); }
td.TdClassName
{
border-color: #C9876B;
}
.TagClassName
{
border-color: #C9876B;
}
</style>