Shades of Burning Sand #C9896A
Tints of Burning Sand #C9896A
RGB
CMYK
RGB Variations
Color information
#C9896A (or 0xC9896A) is known color: Burning Sand. HEX triplet: C9, 89 and 6A. RGB value is (201,137,106). Sum of RGB (Red+Green+Blue) = 201+137+106=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9896A is #367695. Grayscale: #989898. Windows color (decimal): -3569302 or 6982089. OLE color: 6982089.
HSL color Cylindrical-coordinate representation of color #C9896A: hue angle of 19.58º 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 #C9896A is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 106 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.21 |
| HSL | 19.58º | 0.47% | 0.6% | - |
| HSV(B) | 19.58º | 0.47% | 0.79% | - |
| XYZ | 35.63 | 31.35 | 17.81 | - |
| YUV | 152.6 | 101.7 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 106 | 0 | 0.32 | 0.47 | 0.21 | 19.58 | 0.47 | 0.6 |
| Hex | C9 | 89 | 6A | 0 | 20 | 2F | 15 | 14 | 2F | 3C |
| Octal | 311 | 211 | 152 | 0 | 40 | 57 | 25 | 24 | 57 | 74 |
| Binary | 11001001 | 10001001 | 1101010 | 0 | 100000 | 101111 | 10101 | 10100 | 101111 | 111100 |
Color Harmonies of #C9896A
Complementary color
Monochromatic Colors of #C9896A
Black with #C9896A
Text Example
Text Example
White with #C9896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9896A; }
p { color: rgb(201,137,106); }
H1.HeaderClassName
{
color: #C9896A;
}
.AnyTagClassName
{
color: #C9896A;
}
</style>
background-color css
<style>
a { background-color: #C9896A; }
a { background-color: rgb(201,137,106); }
div.DivClassName
{
background-color: #C9896A;
}
.BgClassName
{
background-color: #C9896A;
}
</style>
border-color css
<style>
span { border-color: #C9896A; }
span { border-color: rgb(201,137,106); }
td.TdClassName
{
border-color: #C9896A;
}
.TagClassName
{
border-color: #C9896A;
}
</style>