Shades of Burning Sand #C98464
Tints of Burning Sand #C98464
RGB
CMYK
RGB Variations
Color information
#C98464 (or 0xC98464) is known color: Burning Sand. HEX triplet: C9, 84 and 64. RGB value is (201,132,100). Sum of RGB (Red+Green+Blue) = 201+132+100=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C98464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98464 is #367B9B. Grayscale: #959595. Windows color (decimal): -3570588 or 6587593. OLE color: 6587593.
HSL color Cylindrical-coordinate representation of color #C98464: hue angle of 19.01º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C98464 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 100 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.21 |
| HSL | 19.01º | 0.48% | 0.59% | - |
| HSV(B) | 19.01º | 0.5% | 0.79% | - |
| XYZ | 34.64 | 29.84 | 15.99 | - |
| YUV | 148.98 | 100.36 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 100 | 0 | 0.34 | 0.50 | 0.21 | 19.01 | 0.48 | 0.59 |
| Hex | C9 | 84 | 64 | 0 | 22 | 32 | 15 | 13 | 30 | 3B |
| Octal | 311 | 204 | 144 | 0 | 42 | 62 | 25 | 23 | 60 | 73 |
| Binary | 11001001 | 10000100 | 1100100 | 0 | 100010 | 110010 | 10101 | 10011 | 110000 | 111011 |
Color Harmonies of #C98464
Complementary color
Monochromatic Colors of #C98464
Black with #C98464
Text Example
Text Example
White with #C98464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98464; }
p { color: rgb(201,132,100); }
H1.HeaderClassName
{
color: #C98464;
}
.AnyTagClassName
{
color: #C98464;
}
</style>
background-color css
<style>
a { background-color: #C98464; }
a { background-color: rgb(201,132,100); }
div.DivClassName
{
background-color: #C98464;
}
.BgClassName
{
background-color: #C98464;
}
</style>
border-color css
<style>
span { border-color: #C98464; }
span { border-color: rgb(201,132,100); }
td.TdClassName
{
border-color: #C98464;
}
.TagClassName
{
border-color: #C98464;
}
</style>