Shades of Burning Sand #C48064
Tints of Burning Sand #C48064
RGB
CMYK
RGB Variations
Color information
#C48064 (or 0xC48064) is known color: Burning Sand. HEX triplet: C4, 80 and 64. RGB value is (196,128,100). Sum of RGB (Red+Green+Blue) = 196+128+100=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C48064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48064 is #3B7F9B. Grayscale: #919191. Windows color (decimal): -3899292 or 6586564. OLE color: 6586564.
HSL color Cylindrical-coordinate representation of color #C48064: hue angle of 17.5º 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 #C48064 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 100 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.23 |
| HSL | 17.5º | 0.45% | 0.58% | - |
| HSV(B) | 17.5º | 0.49% | 0.77% | - |
| XYZ | 32.78 | 28.09 | 15.75 | - |
| YUV | 145.14 | 102.53 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 100 | 0 | 0.35 | 0.49 | 0.23 | 17.5 | 0.45 | 0.58 |
| Hex | C4 | 80 | 64 | 0 | 23 | 31 | 17 | 12 | 2D | 3A |
| Octal | 304 | 200 | 144 | 0 | 43 | 61 | 27 | 22 | 55 | 72 |
| Binary | 11000100 | 10000000 | 1100100 | 0 | 100011 | 110001 | 10111 | 10010 | 101101 | 111010 |
Color Harmonies of #C48064
Complementary color
Monochromatic Colors of #C48064
Black with #C48064
Text Example
Text Example
White with #C48064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48064; }
p { color: rgb(196,128,100); }
H1.HeaderClassName
{
color: #C48064;
}
.AnyTagClassName
{
color: #C48064;
}
</style>
background-color css
<style>
a { background-color: #C48064; }
a { background-color: rgb(196,128,100); }
div.DivClassName
{
background-color: #C48064;
}
.BgClassName
{
background-color: #C48064;
}
</style>
border-color css
<style>
span { border-color: #C48064; }
span { border-color: rgb(196,128,100); }
td.TdClassName
{
border-color: #C48064;
}
.TagClassName
{
border-color: #C48064;
}
</style>