Shades of Burning Sand #C98259
Tints of Burning Sand #C98259
RGB
CMYK
RGB Variations
Color information
#C98259 (or 0xC98259) is known color: Burning Sand. HEX triplet: C9, 82 and 59. RGB value is (201,130,89). Sum of RGB (Red+Green+Blue) = 201+130+89=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C98259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98259 is #367DA6. Grayscale: #929292. Windows color (decimal): -3571111 or 5866185. OLE color: 5866185.
HSL color Cylindrical-coordinate representation of color #C98259: hue angle of 21.96º 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 #C98259 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 89 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.21 |
| HSL | 21.96º | 0.51% | 0.57% | - |
| HSV(B) | 21.96º | 0.56% | 0.79% | - |
| XYZ | 33.87 | 29.1 | 13.28 | - |
| YUV | 146.56 | 95.52 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 89 | 0 | 0.35 | 0.56 | 0.21 | 21.96 | 0.51 | 0.57 |
| Hex | C9 | 82 | 59 | 0 | 23 | 38 | 15 | 16 | 33 | 39 |
| Octal | 311 | 202 | 131 | 0 | 43 | 70 | 25 | 26 | 63 | 71 |
| Binary | 11001001 | 10000010 | 1011001 | 0 | 100011 | 111000 | 10101 | 10110 | 110011 | 111001 |
Color Harmonies of #C98259
Complementary color
Monochromatic Colors of #C98259
Black with #C98259
Text Example
Text Example
White with #C98259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98259; }
p { color: rgb(201,130,89); }
H1.HeaderClassName
{
color: #C98259;
}
.AnyTagClassName
{
color: #C98259;
}
</style>
background-color css
<style>
a { background-color: #C98259; }
a { background-color: rgb(201,130,89); }
div.DivClassName
{
background-color: #C98259;
}
.BgClassName
{
background-color: #C98259;
}
</style>
border-color css
<style>
span { border-color: #C98259; }
span { border-color: rgb(201,130,89); }
td.TdClassName
{
border-color: #C98259;
}
.TagClassName
{
border-color: #C98259;
}
</style>