Shades of Burning Sand #C9876C
Tints of Burning Sand #C9876C
RGB
CMYK
RGB Variations
Color information
#C9876C (or 0xC9876C) is known color: Burning Sand. HEX triplet: C9, 87 and 6C. RGB value is (201,135,108). Sum of RGB (Red+Green+Blue) = 201+135+108=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9876C is #367893. Grayscale: #979797. Windows color (decimal): -3569812 or 7112649. OLE color: 7112649.
HSL color Cylindrical-coordinate representation of color #C9876C: hue angle of 17.42º 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 #C9876C is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 108 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.21 |
| HSL | 17.42º | 0.46% | 0.61% | - |
| HSV(B) | 17.42º | 0.46% | 0.79% | - |
| XYZ | 35.46 | 30.83 | 18.27 | - |
| YUV | 151.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 108 | 0 | 0.33 | 0.46 | 0.21 | 17.42 | 0.46 | 0.61 |
| Hex | C9 | 87 | 6C | 0 | 21 | 2E | 15 | 11 | 2E | 3D |
| Octal | 311 | 207 | 154 | 0 | 41 | 56 | 25 | 21 | 56 | 75 |
| Binary | 11001001 | 10000111 | 1101100 | 0 | 100001 | 101110 | 10101 | 10001 | 101110 | 111101 |
Color Harmonies of #C9876C
Complementary color
Monochromatic Colors of #C9876C
Black with #C9876C
Text Example
Text Example
White with #C9876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9876C; }
p { color: rgb(201,135,108); }
H1.HeaderClassName
{
color: #C9876C;
}
.AnyTagClassName
{
color: #C9876C;
}
</style>
background-color css
<style>
a { background-color: #C9876C; }
a { background-color: rgb(201,135,108); }
div.DivClassName
{
background-color: #C9876C;
}
.BgClassName
{
background-color: #C9876C;
}
</style>
border-color css
<style>
span { border-color: #C9876C; }
span { border-color: rgb(201,135,108); }
td.TdClassName
{
border-color: #C9876C;
}
.TagClassName
{
border-color: #C9876C;
}
</style>