Shades of Burning Sand #C98A66
Tints of Burning Sand #C98A66
RGB
CMYK
RGB Variations
Color information
#C98A66 (or 0xC98A66) is known color: Burning Sand. HEX triplet: C9, 8A and 66. RGB value is (201,138,102). Sum of RGB (Red+Green+Blue) = 201+138+102=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98A66 is #367599. Grayscale: #989898. Windows color (decimal): -3569050 or 6720201. OLE color: 6720201.
HSL color Cylindrical-coordinate representation of color #C98A66: hue angle of 21.82º 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 #C98A66 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 102 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.21 |
| HSL | 21.82º | 0.48% | 0.59% | - |
| HSV(B) | 21.82º | 0.49% | 0.79% | - |
| XYZ | 35.57 | 31.55 | 16.79 | - |
| YUV | 152.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 102 | 0 | 0.31 | 0.49 | 0.21 | 21.82 | 0.48 | 0.59 |
| Hex | C9 | 8A | 66 | 0 | 1F | 31 | 15 | 16 | 30 | 3B |
| Octal | 311 | 212 | 146 | 0 | 37 | 61 | 25 | 26 | 60 | 73 |
| Binary | 11001001 | 10001010 | 1100110 | 0 | 11111 | 110001 | 10101 | 10110 | 110000 | 111011 |
Color Harmonies of #C98A66
Complementary color
Monochromatic Colors of #C98A66
Black with #C98A66
Text Example
Text Example
White with #C98A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A66; }
p { color: rgb(201,138,102); }
H1.HeaderClassName
{
color: #C98A66;
}
.AnyTagClassName
{
color: #C98A66;
}
</style>
background-color css
<style>
a { background-color: #C98A66; }
a { background-color: rgb(201,138,102); }
div.DivClassName
{
background-color: #C98A66;
}
.BgClassName
{
background-color: #C98A66;
}
</style>
border-color css
<style>
span { border-color: #C98A66; }
span { border-color: rgb(201,138,102); }
td.TdClassName
{
border-color: #C98A66;
}
.TagClassName
{
border-color: #C98A66;
}
</style>