Shades of Burning Sand #C9825B
Tints of Burning Sand #C9825B
RGB
CMYK
RGB Variations
Color information
#C9825B (or 0xC9825B) is known color: Burning Sand. HEX triplet: C9, 82 and 5B. RGB value is (201,130,91). Sum of RGB (Red+Green+Blue) = 201+130+91=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9825B is #367DA4. Grayscale: #939393. Windows color (decimal): -3571109 or 5997257. OLE color: 5997257.
HSL color Cylindrical-coordinate representation of color #C9825B: hue angle of 21.27º 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 #C9825B is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 91 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.21 |
| HSL | 21.27º | 0.5% | 0.57% | - |
| HSV(B) | 21.27º | 0.55% | 0.79% | - |
| XYZ | 33.96 | 29.14 | 13.73 | - |
| YUV | 146.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 91 | 0 | 0.35 | 0.55 | 0.21 | 21.27 | 0.5 | 0.57 |
| Hex | C9 | 82 | 5B | 0 | 23 | 37 | 15 | 15 | 32 | 39 |
| Octal | 311 | 202 | 133 | 0 | 43 | 67 | 25 | 25 | 62 | 71 |
| Binary | 11001001 | 10000010 | 1011011 | 0 | 100011 | 110111 | 10101 | 10101 | 110010 | 111001 |
Color Harmonies of #C9825B
Complementary color
Monochromatic Colors of #C9825B
Black with #C9825B
Text Example
Text Example
White with #C9825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9825B; }
p { color: rgb(201,130,91); }
H1.HeaderClassName
{
color: #C9825B;
}
.AnyTagClassName
{
color: #C9825B;
}
</style>
background-color css
<style>
a { background-color: #C9825B; }
a { background-color: rgb(201,130,91); }
div.DivClassName
{
background-color: #C9825B;
}
.BgClassName
{
background-color: #C9825B;
}
</style>
border-color css
<style>
span { border-color: #C9825B; }
span { border-color: rgb(201,130,91); }
td.TdClassName
{
border-color: #C9825B;
}
.TagClassName
{
border-color: #C9825B;
}
</style>