Shades of Burning Sand #C48257
Tints of Burning Sand #C48257
RGB
CMYK
RGB Variations
Color information
#C48257 (or 0xC48257) is known color: Burning Sand. HEX triplet: C4, 82 and 57. RGB value is (196,130,87). Sum of RGB (Red+Green+Blue) = 196+130+87=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C48257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48257 is #3B7DA8. Grayscale: #919191. Windows color (decimal): -3898793 or 5735108. OLE color: 5735108.
HSL color Cylindrical-coordinate representation of color #C48257: hue angle of 23.67º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C48257 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 87 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.23 |
| HSL | 23.67º | 0.48% | 0.55% | - |
| HSV(B) | 23.67º | 0.56% | 0.77% | - |
| XYZ | 32.47 | 28.39 | 12.79 | - |
| YUV | 144.83 | 95.37 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 87 | 0 | 0.34 | 0.56 | 0.23 | 23.67 | 0.48 | 0.55 |
| Hex | C4 | 82 | 57 | 0 | 22 | 38 | 17 | 18 | 30 | 37 |
| Octal | 304 | 202 | 127 | 0 | 42 | 70 | 27 | 30 | 60 | 67 |
| Binary | 11000100 | 10000010 | 1010111 | 0 | 100010 | 111000 | 10111 | 11000 | 110000 | 110111 |
Color Harmonies of #C48257
Complementary color
Monochromatic Colors of #C48257
Black with #C48257
Text Example
Text Example
White with #C48257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48257; }
p { color: rgb(196,130,87); }
H1.HeaderClassName
{
color: #C48257;
}
.AnyTagClassName
{
color: #C48257;
}
</style>
background-color css
<style>
a { background-color: #C48257; }
a { background-color: rgb(196,130,87); }
div.DivClassName
{
background-color: #C48257;
}
.BgClassName
{
background-color: #C48257;
}
</style>
border-color css
<style>
span { border-color: #C48257; }
span { border-color: rgb(196,130,87); }
td.TdClassName
{
border-color: #C48257;
}
.TagClassName
{
border-color: #C48257;
}
</style>