Shades of Burning Sand #C9805B
Tints of Burning Sand #C9805B
RGB
CMYK
RGB Variations
Color information
#C9805B (or 0xC9805B) is known color: Burning Sand. HEX triplet: C9, 80 and 5B. RGB value is (201,128,91). Sum of RGB (Red+Green+Blue) = 201+128+91=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C9805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9805B is #367FA4. Grayscale: #919191. Windows color (decimal): -3571621 or 5996745. OLE color: 5996745.
HSL color Cylindrical-coordinate representation of color #C9805B: hue angle of 20.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9805B is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 91 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.21 |
| HSL | 20.18º | 0.5% | 0.57% | - |
| HSV(B) | 20.18º | 0.55% | 0.79% | - |
| XYZ | 33.69 | 28.61 | 13.64 | - |
| YUV | 145.61 | 97.18 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 91 | 0 | 0.36 | 0.55 | 0.21 | 20.18 | 0.5 | 0.57 |
| Hex | C9 | 80 | 5B | 0 | 24 | 37 | 15 | 14 | 32 | 39 |
| Octal | 311 | 200 | 133 | 0 | 44 | 67 | 25 | 24 | 62 | 71 |
| Binary | 11001001 | 10000000 | 1011011 | 0 | 100100 | 110111 | 10101 | 10100 | 110010 | 111001 |
Color Harmonies of #C9805B
Complementary color
Monochromatic Colors of #C9805B
Black with #C9805B
Text Example
Text Example
White with #C9805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9805B; }
p { color: rgb(201,128,91); }
H1.HeaderClassName
{
color: #C9805B;
}
.AnyTagClassName
{
color: #C9805B;
}
</style>
background-color css
<style>
a { background-color: #C9805B; }
a { background-color: rgb(201,128,91); }
div.DivClassName
{
background-color: #C9805B;
}
.BgClassName
{
background-color: #C9805B;
}
</style>
border-color css
<style>
span { border-color: #C9805B; }
span { border-color: rgb(201,128,91); }
td.TdClassName
{
border-color: #C9805B;
}
.TagClassName
{
border-color: #C9805B;
}
</style>