Shades of Burning Sand #C9896D
Tints of Burning Sand #C9896D
RGB
CMYK
RGB Variations
Color information
#C9896D (or 0xC9896D) is known color: Burning Sand. HEX triplet: C9, 89 and 6D. RGB value is (201,137,109). Sum of RGB (Red+Green+Blue) = 201+137+109=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C9896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9896D is #367692. Grayscale: #999999. Windows color (decimal): -3569299 or 7178697. OLE color: 7178697.
HSL color Cylindrical-coordinate representation of color #C9896D: hue angle of 18.26º 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 #C9896D is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 109 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.21 |
| HSL | 18.26º | 0.46% | 0.61% | - |
| HSV(B) | 18.26º | 0.46% | 0.79% | - |
| XYZ | 35.79 | 31.41 | 18.64 | - |
| YUV | 152.94 | 103.2 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 109 | 0 | 0.32 | 0.46 | 0.21 | 18.26 | 0.46 | 0.61 |
| Hex | C9 | 89 | 6D | 0 | 20 | 2E | 15 | 12 | 2E | 3D |
| Octal | 311 | 211 | 155 | 0 | 40 | 56 | 25 | 22 | 56 | 75 |
| Binary | 11001001 | 10001001 | 1101101 | 0 | 100000 | 101110 | 10101 | 10010 | 101110 | 111101 |
Color Harmonies of #C9896D
Complementary color
Monochromatic Colors of #C9896D
Black with #C9896D
Text Example
Text Example
White with #C9896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9896D; }
p { color: rgb(201,137,109); }
H1.HeaderClassName
{
color: #C9896D;
}
.AnyTagClassName
{
color: #C9896D;
}
</style>
background-color css
<style>
a { background-color: #C9896D; }
a { background-color: rgb(201,137,109); }
div.DivClassName
{
background-color: #C9896D;
}
.BgClassName
{
background-color: #C9896D;
}
</style>
border-color css
<style>
span { border-color: #C9896D; }
span { border-color: rgb(201,137,109); }
td.TdClassName
{
border-color: #C9896D;
}
.TagClassName
{
border-color: #C9896D;
}
</style>