Shades of Burning Sand #C98761
Tints of Burning Sand #C98761
RGB
CMYK
RGB Variations
Color information
#C98761 (or 0xC98761) is known color: Burning Sand. HEX triplet: C9, 87 and 61. RGB value is (201,135,97). Sum of RGB (Red+Green+Blue) = 201+135+97=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C98761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98761 is #36789E. Grayscale: #969696. Windows color (decimal): -3569823 or 6391753. OLE color: 6391753.
HSL color Cylindrical-coordinate representation of color #C98761: hue angle of 21.92º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C98761 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 97 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.21 |
| HSL | 21.92º | 0.49% | 0.58% | - |
| HSV(B) | 21.92º | 0.52% | 0.79% | - |
| XYZ | 34.91 | 30.61 | 15.38 | - |
| YUV | 150.4 | 97.87 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 97 | 0 | 0.33 | 0.52 | 0.21 | 21.92 | 0.49 | 0.58 |
| Hex | C9 | 87 | 61 | 0 | 21 | 34 | 15 | 16 | 31 | 3A |
| Octal | 311 | 207 | 141 | 0 | 41 | 64 | 25 | 26 | 61 | 72 |
| Binary | 11001001 | 10000111 | 1100001 | 0 | 100001 | 110100 | 10101 | 10110 | 110001 | 111010 |
Color Harmonies of #C98761
Complementary color
Monochromatic Colors of #C98761
Black with #C98761
Text Example
Text Example
White with #C98761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98761; }
p { color: rgb(201,135,97); }
H1.HeaderClassName
{
color: #C98761;
}
.AnyTagClassName
{
color: #C98761;
}
</style>
background-color css
<style>
a { background-color: #C98761; }
a { background-color: rgb(201,135,97); }
div.DivClassName
{
background-color: #C98761;
}
.BgClassName
{
background-color: #C98761;
}
</style>
border-color css
<style>
span { border-color: #C98761; }
span { border-color: rgb(201,135,97); }
td.TdClassName
{
border-color: #C98761;
}
.TagClassName
{
border-color: #C98761;
}
</style>