Shades of Burning Sand #C9825A
Tints of Burning Sand #C9825A
RGB
CMYK
RGB Variations
Color information
#C9825A (or 0xC9825A) is known color: Burning Sand. HEX triplet: C9, 82 and 5A. RGB value is (201,130,90). Sum of RGB (Red+Green+Blue) = 201+130+90=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9825A is #367DA5. Grayscale: #929292. Windows color (decimal): -3571110 or 5931721. OLE color: 5931721.
HSL color Cylindrical-coordinate representation of color #C9825A: hue angle of 21.62º degrees, saturation: 0.51, 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 #C9825A is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 90 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.21 |
| HSL | 21.62º | 0.51% | 0.57% | - |
| HSV(B) | 21.62º | 0.55% | 0.79% | - |
| XYZ | 33.92 | 29.12 | 13.51 | - |
| YUV | 146.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 90 | 0 | 0.35 | 0.55 | 0.21 | 21.62 | 0.51 | 0.57 |
| Hex | C9 | 82 | 5A | 0 | 23 | 37 | 15 | 16 | 33 | 39 |
| Octal | 311 | 202 | 132 | 0 | 43 | 67 | 25 | 26 | 63 | 71 |
| Binary | 11001001 | 10000010 | 1011010 | 0 | 100011 | 110111 | 10101 | 10110 | 110011 | 111001 |
Color Harmonies of #C9825A
Complementary color
Monochromatic Colors of #C9825A
Black with #C9825A
Text Example
Text Example
White with #C9825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9825A; }
p { color: rgb(201,130,90); }
H1.HeaderClassName
{
color: #C9825A;
}
.AnyTagClassName
{
color: #C9825A;
}
</style>
background-color css
<style>
a { background-color: #C9825A; }
a { background-color: rgb(201,130,90); }
div.DivClassName
{
background-color: #C9825A;
}
.BgClassName
{
background-color: #C9825A;
}
</style>
border-color css
<style>
span { border-color: #C9825A; }
span { border-color: rgb(201,130,90); }
td.TdClassName
{
border-color: #C9825A;
}
.TagClassName
{
border-color: #C9825A;
}
</style>