Shades of Burning Sand #C9805D
Tints of Burning Sand #C9805D
RGB
CMYK
RGB Variations
Color information
#C9805D (or 0xC9805D) is known color: Burning Sand. HEX triplet: C9, 80 and 5D. RGB value is (201,128,93). Sum of RGB (Red+Green+Blue) = 201+128+93=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9805D is #367FA2. Grayscale: #929292. Windows color (decimal): -3571619 or 6127817. OLE color: 6127817.
HSL color Cylindrical-coordinate representation of color #C9805D: hue angle of 19.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9805D is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 93 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.21 |
| HSL | 19.44º | 0.5% | 0.58% | - |
| HSV(B) | 19.44º | 0.54% | 0.79% | - |
| XYZ | 33.78 | 28.65 | 14.1 | - |
| YUV | 145.84 | 98.18 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 93 | 0 | 0.36 | 0.54 | 0.21 | 19.44 | 0.5 | 0.58 |
| Hex | C9 | 80 | 5D | 0 | 24 | 36 | 15 | 13 | 32 | 3A |
| Octal | 311 | 200 | 135 | 0 | 44 | 66 | 25 | 23 | 62 | 72 |
| Binary | 11001001 | 10000000 | 1011101 | 0 | 100100 | 110110 | 10101 | 10011 | 110010 | 111010 |
Color Harmonies of #C9805D
Complementary color
Monochromatic Colors of #C9805D
Black with #C9805D
Text Example
Text Example
White with #C9805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9805D; }
p { color: rgb(201,128,93); }
H1.HeaderClassName
{
color: #C9805D;
}
.AnyTagClassName
{
color: #C9805D;
}
</style>
background-color css
<style>
a { background-color: #C9805D; }
a { background-color: rgb(201,128,93); }
div.DivClassName
{
background-color: #C9805D;
}
.BgClassName
{
background-color: #C9805D;
}
</style>
border-color css
<style>
span { border-color: #C9805D; }
span { border-color: rgb(201,128,93); }
td.TdClassName
{
border-color: #C9805D;
}
.TagClassName
{
border-color: #C9805D;
}
</style>