Shades of Burning Sand #C98665
Tints of Burning Sand #C98665
RGB
CMYK
RGB Variations
Color information
#C98665 (or 0xC98665) is known color: Burning Sand. HEX triplet: C9, 86 and 65. RGB value is (201,134,101). Sum of RGB (Red+Green+Blue) = 201+134+101=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C98665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98665 is #36799A. Grayscale: #969696. Windows color (decimal): -3570075 or 6653641. OLE color: 6653641.
HSL color Cylindrical-coordinate representation of color #C98665: hue angle of 19.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C98665 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 101 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.21 |
| HSL | 19.8º | 0.48% | 0.59% | - |
| HSV(B) | 19.8º | 0.5% | 0.79% | - |
| XYZ | 34.96 | 30.41 | 16.34 | - |
| YUV | 150.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 101 | 0 | 0.33 | 0.50 | 0.21 | 19.8 | 0.48 | 0.59 |
| Hex | C9 | 86 | 65 | 0 | 21 | 32 | 15 | 14 | 30 | 3B |
| Octal | 311 | 206 | 145 | 0 | 41 | 62 | 25 | 24 | 60 | 73 |
| Binary | 11001001 | 10000110 | 1100101 | 0 | 100001 | 110010 | 10101 | 10100 | 110000 | 111011 |
Color Harmonies of #C98665
Complementary color
Monochromatic Colors of #C98665
Black with #C98665
Text Example
Text Example
White with #C98665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98665; }
p { color: rgb(201,134,101); }
H1.HeaderClassName
{
color: #C98665;
}
.AnyTagClassName
{
color: #C98665;
}
</style>
background-color css
<style>
a { background-color: #C98665; }
a { background-color: rgb(201,134,101); }
div.DivClassName
{
background-color: #C98665;
}
.BgClassName
{
background-color: #C98665;
}
</style>
border-color css
<style>
span { border-color: #C98665; }
span { border-color: rgb(201,134,101); }
td.TdClassName
{
border-color: #C98665;
}
.TagClassName
{
border-color: #C98665;
}
</style>