Shades of Burning Sand #C48966
Tints of Burning Sand #C48966
RGB
CMYK
RGB Variations
Color information
#C48966 (or 0xC48966) is known color: Burning Sand. HEX triplet: C4, 89 and 66. RGB value is (196,137,102). Sum of RGB (Red+Green+Blue) = 196+137+102=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C48966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48966 is #3B7699. Grayscale: #969696. Windows color (decimal): -3896986 or 6719940. OLE color: 6719940.
HSL color Cylindrical-coordinate representation of color #C48966: hue angle of 22.34º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C48966 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 102 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.23 |
| HSL | 22.34º | 0.44% | 0.58% | - |
| HSV(B) | 22.34º | 0.48% | 0.77% | - |
| XYZ | 34.11 | 30.59 | 16.68 | - |
| YUV | 150.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 102 | 0 | 0.30 | 0.48 | 0.23 | 22.34 | 0.44 | 0.58 |
| Hex | C4 | 89 | 66 | 0 | 1E | 30 | 17 | 16 | 2C | 3A |
| Octal | 304 | 211 | 146 | 0 | 36 | 60 | 27 | 26 | 54 | 72 |
| Binary | 11000100 | 10001001 | 1100110 | 0 | 11110 | 110000 | 10111 | 10110 | 101100 | 111010 |
Color Harmonies of #C48966
Complementary color
Monochromatic Colors of #C48966
Black with #C48966
Text Example
Text Example
White with #C48966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48966; }
p { color: rgb(196,137,102); }
H1.HeaderClassName
{
color: #C48966;
}
.AnyTagClassName
{
color: #C48966;
}
</style>
background-color css
<style>
a { background-color: #C48966; }
a { background-color: rgb(196,137,102); }
div.DivClassName
{
background-color: #C48966;
}
.BgClassName
{
background-color: #C48966;
}
</style>
border-color css
<style>
span { border-color: #C48966; }
span { border-color: rgb(196,137,102); }
td.TdClassName
{
border-color: #C48966;
}
.TagClassName
{
border-color: #C48966;
}
</style>