Shades of Burning Sand #C9876A
Tints of Burning Sand #C9876A
RGB
CMYK
RGB Variations
Color information
#C9876A (or 0xC9876A) is known color: Burning Sand. HEX triplet: C9, 87 and 6A. RGB value is (201,135,106). Sum of RGB (Red+Green+Blue) = 201+135+106=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9876A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9876A is #367895. Grayscale: #979797. Windows color (decimal): -3569814 or 6981577. OLE color: 6981577.
HSL color Cylindrical-coordinate representation of color #C9876A: hue angle of 18.32º 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 #C9876A is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 106 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.21 |
| HSL | 18.32º | 0.47% | 0.6% | - |
| HSV(B) | 18.32º | 0.47% | 0.79% | - |
| XYZ | 35.35 | 30.79 | 17.71 | - |
| YUV | 151.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 106 | 0 | 0.33 | 0.47 | 0.21 | 18.32 | 0.47 | 0.6 |
| Hex | C9 | 87 | 6A | 0 | 21 | 2F | 15 | 12 | 2F | 3C |
| Octal | 311 | 207 | 152 | 0 | 41 | 57 | 25 | 22 | 57 | 74 |
| Binary | 11001001 | 10000111 | 1101010 | 0 | 100001 | 101111 | 10101 | 10010 | 101111 | 111100 |
Color Harmonies of #C9876A
Complementary color
Monochromatic Colors of #C9876A
Black with #C9876A
Text Example
Text Example
White with #C9876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9876A; }
p { color: rgb(201,135,106); }
H1.HeaderClassName
{
color: #C9876A;
}
.AnyTagClassName
{
color: #C9876A;
}
</style>
background-color css
<style>
a { background-color: #C9876A; }
a { background-color: rgb(201,135,106); }
div.DivClassName
{
background-color: #C9876A;
}
.BgClassName
{
background-color: #C9876A;
}
</style>
border-color css
<style>
span { border-color: #C9876A; }
span { border-color: rgb(201,135,106); }
td.TdClassName
{
border-color: #C9876A;
}
.TagClassName
{
border-color: #C9876A;
}
</style>