Shades of Burning Sand #C48764
Tints of Burning Sand #C48764
RGB
CMYK
RGB Variations
Color information
#C48764 (or 0xC48764) is known color: Burning Sand. HEX triplet: C4, 87 and 64. RGB value is (196,135,100). Sum of RGB (Red+Green+Blue) = 196+135+100=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C48764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48764 is #3B789B. Grayscale: #959595. Windows color (decimal): -3897500 or 6588356. OLE color: 6588356.
HSL color Cylindrical-coordinate representation of color #C48764: hue angle of 21.88º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C48764 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 100 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.23 |
| HSL | 21.88º | 0.45% | 0.58% | - |
| HSV(B) | 21.88º | 0.49% | 0.77% | - |
| XYZ | 33.73 | 29.98 | 16.07 | - |
| YUV | 149.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 100 | 0 | 0.31 | 0.49 | 0.23 | 21.88 | 0.45 | 0.58 |
| Hex | C4 | 87 | 64 | 0 | 1F | 31 | 17 | 16 | 2D | 3A |
| Octal | 304 | 207 | 144 | 0 | 37 | 61 | 27 | 26 | 55 | 72 |
| Binary | 11000100 | 10000111 | 1100100 | 0 | 11111 | 110001 | 10111 | 10110 | 101101 | 111010 |
Color Harmonies of #C48764
Complementary color
Monochromatic Colors of #C48764
Black with #C48764
Text Example
Text Example
White with #C48764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48764; }
p { color: rgb(196,135,100); }
H1.HeaderClassName
{
color: #C48764;
}
.AnyTagClassName
{
color: #C48764;
}
</style>
background-color css
<style>
a { background-color: #C48764; }
a { background-color: rgb(196,135,100); }
div.DivClassName
{
background-color: #C48764;
}
.BgClassName
{
background-color: #C48764;
}
</style>
border-color css
<style>
span { border-color: #C48764; }
span { border-color: rgb(196,135,100); }
td.TdClassName
{
border-color: #C48764;
}
.TagClassName
{
border-color: #C48764;
}
</style>