Shades of Burning Sand #C98762
Tints of Burning Sand #C98762
RGB
CMYK
RGB Variations
Color information
#C98762 (or 0xC98762) is known color: Burning Sand. HEX triplet: C9, 87 and 62. RGB value is (201,135,98). Sum of RGB (Red+Green+Blue) = 201+135+98=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C98762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98762 is #36789D. Grayscale: #969696. Windows color (decimal): -3569822 or 6457289. OLE color: 6457289.
HSL color Cylindrical-coordinate representation of color #C98762: hue angle of 21.55º 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 #C98762 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 98 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.21 |
| HSL | 21.55º | 0.49% | 0.59% | - |
| HSV(B) | 21.55º | 0.51% | 0.79% | - |
| XYZ | 34.96 | 30.63 | 15.62 | - |
| YUV | 150.52 | 98.37 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 98 | 0 | 0.33 | 0.51 | 0.21 | 21.55 | 0.49 | 0.59 |
| Hex | C9 | 87 | 62 | 0 | 21 | 33 | 15 | 16 | 31 | 3B |
| Octal | 311 | 207 | 142 | 0 | 41 | 63 | 25 | 26 | 61 | 73 |
| Binary | 11001001 | 10000111 | 1100010 | 0 | 100001 | 110011 | 10101 | 10110 | 110001 | 111011 |
Color Harmonies of #C98762
Complementary color
Monochromatic Colors of #C98762
Black with #C98762
Text Example
Text Example
White with #C98762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98762; }
p { color: rgb(201,135,98); }
H1.HeaderClassName
{
color: #C98762;
}
.AnyTagClassName
{
color: #C98762;
}
</style>
background-color css
<style>
a { background-color: #C98762; }
a { background-color: rgb(201,135,98); }
div.DivClassName
{
background-color: #C98762;
}
.BgClassName
{
background-color: #C98762;
}
</style>
border-color css
<style>
span { border-color: #C98762; }
span { border-color: rgb(201,135,98); }
td.TdClassName
{
border-color: #C98762;
}
.TagClassName
{
border-color: #C98762;
}
</style>