Shades of Burning Sand #C98662
Tints of Burning Sand #C98662
RGB
CMYK
RGB Variations
Color information
#C98662 (or 0xC98662) is known color: Burning Sand. HEX triplet: C9, 86 and 62. RGB value is (201,134,98). Sum of RGB (Red+Green+Blue) = 201+134+98=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C98662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98662 is #36799D. Grayscale: #969696. Windows color (decimal): -3570078 or 6457033. OLE color: 6457033.
HSL color Cylindrical-coordinate representation of color #C98662: hue angle of 20.97º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C98662 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 98 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.21 |
| HSL | 20.97º | 0.49% | 0.59% | - |
| HSV(B) | 20.97º | 0.51% | 0.79% | - |
| XYZ | 34.82 | 30.35 | 15.58 | - |
| YUV | 149.93 | 98.7 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 98 | 0 | 0.33 | 0.51 | 0.21 | 20.97 | 0.49 | 0.59 |
| Hex | C9 | 86 | 62 | 0 | 21 | 33 | 15 | 15 | 31 | 3B |
| Octal | 311 | 206 | 142 | 0 | 41 | 63 | 25 | 25 | 61 | 73 |
| Binary | 11001001 | 10000110 | 1100010 | 0 | 100001 | 110011 | 10101 | 10101 | 110001 | 111011 |
Color Harmonies of #C98662
Complementary color
Monochromatic Colors of #C98662
Black with #C98662
Text Example
Text Example
White with #C98662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98662; }
p { color: rgb(201,134,98); }
H1.HeaderClassName
{
color: #C98662;
}
.AnyTagClassName
{
color: #C98662;
}
</style>
background-color css
<style>
a { background-color: #C98662; }
a { background-color: rgb(201,134,98); }
div.DivClassName
{
background-color: #C98662;
}
.BgClassName
{
background-color: #C98662;
}
</style>
border-color css
<style>
span { border-color: #C98662; }
span { border-color: rgb(201,134,98); }
td.TdClassName
{
border-color: #C98662;
}
.TagClassName
{
border-color: #C98662;
}
</style>