Shades of Burning Sand #C48560
Tints of Burning Sand #C48560
RGB
CMYK
RGB Variations
Color information
#C48560 (or 0xC48560) is known color: Burning Sand. HEX triplet: C4, 85 and 60. RGB value is (196,133,96). Sum of RGB (Red+Green+Blue) = 196+133+96=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C48560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48560 is #3B7A9F. Grayscale: #939393. Windows color (decimal): -3898016 or 6325700. OLE color: 6325700.
HSL color Cylindrical-coordinate representation of color #C48560: hue angle of 22.2º 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 #C48560 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 96 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.23 |
| HSL | 22.2º | 0.46% | 0.57% | - |
| HSV(B) | 22.2º | 0.51% | 0.77% | - |
| XYZ | 33.26 | 29.36 | 14.98 | - |
| YUV | 147.62 | 98.87 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 96 | 0 | 0.32 | 0.51 | 0.23 | 22.2 | 0.46 | 0.57 |
| Hex | C4 | 85 | 60 | 0 | 20 | 33 | 17 | 16 | 2E | 39 |
| Octal | 304 | 205 | 140 | 0 | 40 | 63 | 27 | 26 | 56 | 71 |
| Binary | 11000100 | 10000101 | 1100000 | 0 | 100000 | 110011 | 10111 | 10110 | 101110 | 111001 |
Color Harmonies of #C48560
Complementary color
Monochromatic Colors of #C48560
Black with #C48560
Text Example
Text Example
White with #C48560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48560; }
p { color: rgb(196,133,96); }
H1.HeaderClassName
{
color: #C48560;
}
.AnyTagClassName
{
color: #C48560;
}
</style>
background-color css
<style>
a { background-color: #C48560; }
a { background-color: rgb(196,133,96); }
div.DivClassName
{
background-color: #C48560;
}
.BgClassName
{
background-color: #C48560;
}
</style>
border-color css
<style>
span { border-color: #C48560; }
span { border-color: rgb(196,133,96); }
td.TdClassName
{
border-color: #C48560;
}
.TagClassName
{
border-color: #C48560;
}
</style>