Shades of Burning Sand #C98966
Tints of Burning Sand #C98966
RGB
CMYK
RGB Variations
Color information
#C98966 (or 0xC98966) is known color: Burning Sand. HEX triplet: C9, 89 and 66. RGB value is (201,137,102). Sum of RGB (Red+Green+Blue) = 201+137+102=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C98966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98966 is #367699. Grayscale: #989898. Windows color (decimal): -3569306 or 6719945. OLE color: 6719945.
HSL color Cylindrical-coordinate representation of color #C98966: hue angle of 21.21º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C98966 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 102 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.21 |
| HSL | 21.21º | 0.48% | 0.59% | - |
| HSV(B) | 21.21º | 0.49% | 0.79% | - |
| XYZ | 35.43 | 31.27 | 16.74 | - |
| YUV | 152.15 | 99.7 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 102 | 0 | 0.32 | 0.49 | 0.21 | 21.21 | 0.48 | 0.59 |
| Hex | C9 | 89 | 66 | 0 | 20 | 31 | 15 | 15 | 30 | 3B |
| Octal | 311 | 211 | 146 | 0 | 40 | 61 | 25 | 25 | 60 | 73 |
| Binary | 11001001 | 10001001 | 1100110 | 0 | 100000 | 110001 | 10101 | 10101 | 110000 | 111011 |
Color Harmonies of #C98966
Complementary color
Monochromatic Colors of #C98966
Black with #C98966
Text Example
Text Example
White with #C98966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98966; }
p { color: rgb(201,137,102); }
H1.HeaderClassName
{
color: #C98966;
}
.AnyTagClassName
{
color: #C98966;
}
</style>
background-color css
<style>
a { background-color: #C98966; }
a { background-color: rgb(201,137,102); }
div.DivClassName
{
background-color: #C98966;
}
.BgClassName
{
background-color: #C98966;
}
</style>
border-color css
<style>
span { border-color: #C98966; }
span { border-color: rgb(201,137,102); }
td.TdClassName
{
border-color: #C98966;
}
.TagClassName
{
border-color: #C98966;
}
</style>