Shades of Burning Sand #C98256
Tints of Burning Sand #C98256
RGB
CMYK
RGB Variations
Color information
#C98256 (or 0xC98256) is known color: Burning Sand. HEX triplet: C9, 82 and 56. RGB value is (201,130,86). Sum of RGB (Red+Green+Blue) = 201+130+86=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C98256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98256 is #367DA9. Grayscale: #929292. Windows color (decimal): -3571114 or 5669577. OLE color: 5669577.
HSL color Cylindrical-coordinate representation of color #C98256: hue angle of 22.96º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C98256 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 86 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.21 |
| HSL | 22.96º | 0.52% | 0.56% | - |
| HSV(B) | 22.96º | 0.57% | 0.79% | - |
| XYZ | 33.75 | 29.05 | 12.63 | - |
| YUV | 146.21 | 94.02 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 86 | 0 | 0.35 | 0.57 | 0.21 | 22.96 | 0.52 | 0.56 |
| Hex | C9 | 82 | 56 | 0 | 23 | 39 | 15 | 17 | 34 | 38 |
| Octal | 311 | 202 | 126 | 0 | 43 | 71 | 25 | 27 | 64 | 70 |
| Binary | 11001001 | 10000010 | 1010110 | 0 | 100011 | 111001 | 10101 | 10111 | 110100 | 111000 |
Color Harmonies of #C98256
Complementary color
Monochromatic Colors of #C98256
Black with #C98256
Text Example
Text Example
White with #C98256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98256; }
p { color: rgb(201,130,86); }
H1.HeaderClassName
{
color: #C98256;
}
.AnyTagClassName
{
color: #C98256;
}
</style>
background-color css
<style>
a { background-color: #C98256; }
a { background-color: rgb(201,130,86); }
div.DivClassName
{
background-color: #C98256;
}
.BgClassName
{
background-color: #C98256;
}
</style>
border-color css
<style>
span { border-color: #C98256; }
span { border-color: rgb(201,130,86); }
td.TdClassName
{
border-color: #C98256;
}
.TagClassName
{
border-color: #C98256;
}
</style>