Shades of Burning Sand #C48768
Tints of Burning Sand #C48768
RGB
CMYK
RGB Variations
Color information
#C48768 (or 0xC48768) is known color: Burning Sand. HEX triplet: C4, 87 and 68. RGB value is (196,135,104). Sum of RGB (Red+Green+Blue) = 196+135+104=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C48768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48768 is #3B7897. Grayscale: #959595. Windows color (decimal): -3897496 or 6850500. OLE color: 6850500.
HSL color Cylindrical-coordinate representation of color #C48768: hue angle of 20.22º 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 #C48768 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 104 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.23 |
| HSL | 20.22º | 0.44% | 0.59% | - |
| HSV(B) | 20.22º | 0.47% | 0.77% | - |
| XYZ | 33.93 | 30.06 | 17.11 | - |
| YUV | 149.71 | 102.21 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 104 | 0 | 0.31 | 0.47 | 0.23 | 20.22 | 0.44 | 0.59 |
| Hex | C4 | 87 | 68 | 0 | 1F | 2F | 17 | 14 | 2C | 3B |
| Octal | 304 | 207 | 150 | 0 | 37 | 57 | 27 | 24 | 54 | 73 |
| Binary | 11000100 | 10000111 | 1101000 | 0 | 11111 | 101111 | 10111 | 10100 | 101100 | 111011 |
Color Harmonies of #C48768
Complementary color
Monochromatic Colors of #C48768
Black with #C48768
Text Example
Text Example
White with #C48768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48768; }
p { color: rgb(196,135,104); }
H1.HeaderClassName
{
color: #C48768;
}
.AnyTagClassName
{
color: #C48768;
}
</style>
background-color css
<style>
a { background-color: #C48768; }
a { background-color: rgb(196,135,104); }
div.DivClassName
{
background-color: #C48768;
}
.BgClassName
{
background-color: #C48768;
}
</style>
border-color css
<style>
span { border-color: #C48768; }
span { border-color: rgb(196,135,104); }
td.TdClassName
{
border-color: #C48768;
}
.TagClassName
{
border-color: #C48768;
}
</style>