Shades of Burning Sand #C9835B
Tints of Burning Sand #C9835B
RGB
CMYK
RGB Variations
Color information
#C9835B (or 0xC9835B) is known color: Burning Sand. HEX triplet: C9, 83 and 5B. RGB value is (201,131,91). Sum of RGB (Red+Green+Blue) = 201+131+91=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9835B is #367CA4. Grayscale: #939393. Windows color (decimal): -3570853 or 5997513. OLE color: 5997513.
HSL color Cylindrical-coordinate representation of color #C9835B: hue angle of 21.82º 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 #C9835B is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 131 | 91 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.21 |
| HSL | 21.82º | 0.5% | 0.57% | - |
| HSV(B) | 21.82º | 0.55% | 0.79% | - |
| XYZ | 34.09 | 29.41 | 13.78 | - |
| YUV | 147.37 | 96.19 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 91 | 0 | 0.35 | 0.55 | 0.21 | 21.82 | 0.5 | 0.57 |
| Hex | C9 | 83 | 5B | 0 | 23 | 37 | 15 | 16 | 32 | 39 |
| Octal | 311 | 203 | 133 | 0 | 43 | 67 | 25 | 26 | 62 | 71 |
| Binary | 11001001 | 10000011 | 1011011 | 0 | 100011 | 110111 | 10101 | 10110 | 110010 | 111001 |
Color Harmonies of #C9835B
Complementary color
Monochromatic Colors of #C9835B
Black with #C9835B
Text Example
Text Example
White with #C9835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9835B; }
p { color: rgb(201,131,91); }
H1.HeaderClassName
{
color: #C9835B;
}
.AnyTagClassName
{
color: #C9835B;
}
</style>
background-color css
<style>
a { background-color: #C9835B; }
a { background-color: rgb(201,131,91); }
div.DivClassName
{
background-color: #C9835B;
}
.BgClassName
{
background-color: #C9835B;
}
</style>
border-color css
<style>
span { border-color: #C9835B; }
span { border-color: rgb(201,131,91); }
td.TdClassName
{
border-color: #C9835B;
}
.TagClassName
{
border-color: #C9835B;
}
</style>