Shades of Burning Sand #C48967
Tints of Burning Sand #C48967
RGB
CMYK
RGB Variations
Color information
#C48967 (or 0xC48967) is known color: Burning Sand. HEX triplet: C4, 89 and 67. RGB value is (196,137,103). Sum of RGB (Red+Green+Blue) = 196+137+103=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C48967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48967 is #3B7698. Grayscale: #969696. Windows color (decimal): -3896985 or 6785476. OLE color: 6785476.
HSL color Cylindrical-coordinate representation of color #C48967: hue angle of 21.94º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C48967 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 103 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.23 |
| HSL | 21.94º | 0.44% | 0.59% | - |
| HSV(B) | 21.94º | 0.47% | 0.77% | - |
| XYZ | 34.16 | 30.61 | 16.94 | - |
| YUV | 150.77 | 101.05 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 103 | 0 | 0.30 | 0.47 | 0.23 | 21.94 | 0.44 | 0.59 |
| Hex | C4 | 89 | 67 | 0 | 1E | 2F | 17 | 16 | 2C | 3B |
| Octal | 304 | 211 | 147 | 0 | 36 | 57 | 27 | 26 | 54 | 73 |
| Binary | 11000100 | 10001001 | 1100111 | 0 | 11110 | 101111 | 10111 | 10110 | 101100 | 111011 |
Color Harmonies of #C48967
Complementary color
Monochromatic Colors of #C48967
Black with #C48967
Text Example
Text Example
White with #C48967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48967; }
p { color: rgb(196,137,103); }
H1.HeaderClassName
{
color: #C48967;
}
.AnyTagClassName
{
color: #C48967;
}
</style>
background-color css
<style>
a { background-color: #C48967; }
a { background-color: rgb(196,137,103); }
div.DivClassName
{
background-color: #C48967;
}
.BgClassName
{
background-color: #C48967;
}
</style>
border-color css
<style>
span { border-color: #C48967; }
span { border-color: rgb(196,137,103); }
td.TdClassName
{
border-color: #C48967;
}
.TagClassName
{
border-color: #C48967;
}
</style>