Shades of Burning Sand #C9825C
Tints of Burning Sand #C9825C
RGB
CMYK
RGB Variations
Color information
#C9825C (or 0xC9825C) is known color: Burning Sand. HEX triplet: C9, 82 and 5C. RGB value is (201,130,92). Sum of RGB (Red+Green+Blue) = 201+130+92=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9825C is #367DA3. Grayscale: #939393. Windows color (decimal): -3571108 or 6062793. OLE color: 6062793.
HSL color Cylindrical-coordinate representation of color #C9825C: hue angle of 20.92º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9825C is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 92 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.21 |
| HSL | 20.92º | 0.5% | 0.57% | - |
| HSV(B) | 20.92º | 0.54% | 0.79% | - |
| XYZ | 34 | 29.16 | 13.96 | - |
| YUV | 146.9 | 97.02 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 92 | 0 | 0.35 | 0.54 | 0.21 | 20.92 | 0.5 | 0.57 |
| Hex | C9 | 82 | 5C | 0 | 23 | 36 | 15 | 15 | 32 | 39 |
| Octal | 311 | 202 | 134 | 0 | 43 | 66 | 25 | 25 | 62 | 71 |
| Binary | 11001001 | 10000010 | 1011100 | 0 | 100011 | 110110 | 10101 | 10101 | 110010 | 111001 |
Color Harmonies of #C9825C
Complementary color
Monochromatic Colors of #C9825C
Black with #C9825C
Text Example
Text Example
White with #C9825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9825C; }
p { color: rgb(201,130,92); }
H1.HeaderClassName
{
color: #C9825C;
}
.AnyTagClassName
{
color: #C9825C;
}
</style>
background-color css
<style>
a { background-color: #C9825C; }
a { background-color: rgb(201,130,92); }
div.DivClassName
{
background-color: #C9825C;
}
.BgClassName
{
background-color: #C9825C;
}
</style>
border-color css
<style>
span { border-color: #C9825C; }
span { border-color: rgb(201,130,92); }
td.TdClassName
{
border-color: #C9825C;
}
.TagClassName
{
border-color: #C9825C;
}
</style>