Shades of Burning Sand #C98663
Tints of Burning Sand #C98663
RGB
CMYK
RGB Variations
Color information
#C98663 (or 0xC98663) is known color: Burning Sand. HEX triplet: C9, 86 and 63. RGB value is (201,134,99). Sum of RGB (Red+Green+Blue) = 201+134+99=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C98663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98663 is #36799C. Grayscale: #969696. Windows color (decimal): -3570077 or 6522569. OLE color: 6522569.
HSL color Cylindrical-coordinate representation of color #C98663: hue angle of 20.59º 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 #C98663 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 99 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.21 |
| HSL | 20.59º | 0.49% | 0.59% | - |
| HSV(B) | 20.59º | 0.51% | 0.79% | - |
| XYZ | 34.86 | 30.37 | 15.83 | - |
| YUV | 150.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 99 | 0 | 0.33 | 0.51 | 0.21 | 20.59 | 0.49 | 0.59 |
| Hex | C9 | 86 | 63 | 0 | 21 | 33 | 15 | 15 | 31 | 3B |
| Octal | 311 | 206 | 143 | 0 | 41 | 63 | 25 | 25 | 61 | 73 |
| Binary | 11001001 | 10000110 | 1100011 | 0 | 100001 | 110011 | 10101 | 10101 | 110001 | 111011 |
Color Harmonies of #C98663
Complementary color
Monochromatic Colors of #C98663
Black with #C98663
Text Example
Text Example
White with #C98663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98663; }
p { color: rgb(201,134,99); }
H1.HeaderClassName
{
color: #C98663;
}
.AnyTagClassName
{
color: #C98663;
}
</style>
background-color css
<style>
a { background-color: #C98663; }
a { background-color: rgb(201,134,99); }
div.DivClassName
{
background-color: #C98663;
}
.BgClassName
{
background-color: #C98663;
}
</style>
border-color css
<style>
span { border-color: #C98663; }
span { border-color: rgb(201,134,99); }
td.TdClassName
{
border-color: #C98663;
}
.TagClassName
{
border-color: #C98663;
}
</style>