Shades of Burning Sand #C48059
Tints of Burning Sand #C48059
RGB
CMYK
RGB Variations
Color information
#C48059 (or 0xC48059) is known color: Burning Sand. HEX triplet: C4, 80 and 59. RGB value is (196,128,89). Sum of RGB (Red+Green+Blue) = 196+128+89=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C48059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48059 is #3B7FA6. Grayscale: #909090. Windows color (decimal): -3899303 or 5865668. OLE color: 5865668.
HSL color Cylindrical-coordinate representation of color #C48059: hue angle of 21.87º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C48059 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 89 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.23 |
| HSL | 21.87º | 0.48% | 0.56% | - |
| HSV(B) | 21.87º | 0.55% | 0.77% | - |
| XYZ | 32.29 | 27.9 | 13.13 | - |
| YUV | 143.89 | 97.03 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 89 | 0 | 0.35 | 0.55 | 0.23 | 21.87 | 0.48 | 0.56 |
| Hex | C4 | 80 | 59 | 0 | 23 | 37 | 17 | 16 | 30 | 38 |
| Octal | 304 | 200 | 131 | 0 | 43 | 67 | 27 | 26 | 60 | 70 |
| Binary | 11000100 | 10000000 | 1011001 | 0 | 100011 | 110111 | 10111 | 10110 | 110000 | 111000 |
Color Harmonies of #C48059
Complementary color
Monochromatic Colors of #C48059
Black with #C48059
Text Example
Text Example
White with #C48059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48059; }
p { color: rgb(196,128,89); }
H1.HeaderClassName
{
color: #C48059;
}
.AnyTagClassName
{
color: #C48059;
}
</style>
background-color css
<style>
a { background-color: #C48059; }
a { background-color: rgb(196,128,89); }
div.DivClassName
{
background-color: #C48059;
}
.BgClassName
{
background-color: #C48059;
}
</style>
border-color css
<style>
span { border-color: #C48059; }
span { border-color: rgb(196,128,89); }
td.TdClassName
{
border-color: #C48059;
}
.TagClassName
{
border-color: #C48059;
}
</style>