Shades of Burning Sand #C48460
Tints of Burning Sand #C48460
RGB
CMYK
RGB Variations
Color information
#C48460 (or 0xC48460) is known color: Burning Sand. HEX triplet: C4, 84 and 60. RGB value is (196,132,96). Sum of RGB (Red+Green+Blue) = 196+132+96=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C48460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48460 is #3B7B9F. Grayscale: #939393. Windows color (decimal): -3898272 or 6325444. OLE color: 6325444.
HSL color Cylindrical-coordinate representation of color #C48460: hue angle of 21.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C48460 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 96 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.23 |
| HSL | 21.6º | 0.46% | 0.57% | - |
| HSV(B) | 21.6º | 0.51% | 0.77% | - |
| XYZ | 33.13 | 29.08 | 14.93 | - |
| YUV | 147.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 96 | 0 | 0.33 | 0.51 | 0.23 | 21.6 | 0.46 | 0.57 |
| Hex | C4 | 84 | 60 | 0 | 21 | 33 | 17 | 16 | 2E | 39 |
| Octal | 304 | 204 | 140 | 0 | 41 | 63 | 27 | 26 | 56 | 71 |
| Binary | 11000100 | 10000100 | 1100000 | 0 | 100001 | 110011 | 10111 | 10110 | 101110 | 111001 |
Color Harmonies of #C48460
Complementary color
Monochromatic Colors of #C48460
Black with #C48460
Text Example
Text Example
White with #C48460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48460; }
p { color: rgb(196,132,96); }
H1.HeaderClassName
{
color: #C48460;
}
.AnyTagClassName
{
color: #C48460;
}
</style>
background-color css
<style>
a { background-color: #C48460; }
a { background-color: rgb(196,132,96); }
div.DivClassName
{
background-color: #C48460;
}
.BgClassName
{
background-color: #C48460;
}
</style>
border-color css
<style>
span { border-color: #C48460; }
span { border-color: rgb(196,132,96); }
td.TdClassName
{
border-color: #C48460;
}
.TagClassName
{
border-color: #C48460;
}
</style>