Shades of Burning Sand #C98159
Tints of Burning Sand #C98159
RGB
CMYK
RGB Variations
Color information
#C98159 (or 0xC98159) is known color: Burning Sand. HEX triplet: C9, 81 and 59. RGB value is (201,129,89). Sum of RGB (Red+Green+Blue) = 201+129+89=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C98159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98159 is #367EA6. Grayscale: #929292. Windows color (decimal): -3571367 or 5865929. OLE color: 5865929.
HSL color Cylindrical-coordinate representation of color #C98159: hue angle of 21.43º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C98159 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 89 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.21 |
| HSL | 21.43º | 0.51% | 0.57% | - |
| HSV(B) | 21.43º | 0.56% | 0.79% | - |
| XYZ | 33.74 | 28.84 | 13.24 | - |
| YUV | 145.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 89 | 0 | 0.36 | 0.56 | 0.21 | 21.43 | 0.51 | 0.57 |
| Hex | C9 | 81 | 59 | 0 | 24 | 38 | 15 | 15 | 33 | 39 |
| Octal | 311 | 201 | 131 | 0 | 44 | 70 | 25 | 25 | 63 | 71 |
| Binary | 11001001 | 10000001 | 1011001 | 0 | 100100 | 111000 | 10101 | 10101 | 110011 | 111001 |
Color Harmonies of #C98159
Complementary color
Monochromatic Colors of #C98159
Black with #C98159
Text Example
Text Example
White with #C98159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98159; }
p { color: rgb(201,129,89); }
H1.HeaderClassName
{
color: #C98159;
}
.AnyTagClassName
{
color: #C98159;
}
</style>
background-color css
<style>
a { background-color: #C98159; }
a { background-color: rgb(201,129,89); }
div.DivClassName
{
background-color: #C98159;
}
.BgClassName
{
background-color: #C98159;
}
</style>
border-color css
<style>
span { border-color: #C98159; }
span { border-color: rgb(201,129,89); }
td.TdClassName
{
border-color: #C98159;
}
.TagClassName
{
border-color: #C98159;
}
</style>