Shades of Burning Sand #C48256
Tints of Burning Sand #C48256
RGB
CMYK
RGB Variations
Color information
#C48256 (or 0xC48256) is known color: Burning Sand. HEX triplet: C4, 82 and 56. RGB value is (196,130,86). Sum of RGB (Red+Green+Blue) = 196+130+86=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C48256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48256 is #3B7DA9. Grayscale: #909090. Windows color (decimal): -3898794 or 5669572. OLE color: 5669572.
HSL color Cylindrical-coordinate representation of color #C48256: hue angle of 24º 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 #C48256 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 86 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.23 |
| HSL | 24º | 0.48% | 0.55% | - |
| HSV(B) | 24º | 0.56% | 0.77% | - |
| XYZ | 32.43 | 28.37 | 12.57 | - |
| YUV | 144.72 | 94.87 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 86 | 0 | 0.34 | 0.56 | 0.23 | 24 | 0.48 | 0.55 |
| Hex | C4 | 82 | 56 | 0 | 22 | 38 | 17 | 18 | 30 | 37 |
| Octal | 304 | 202 | 126 | 0 | 42 | 70 | 27 | 30 | 60 | 67 |
| Binary | 11000100 | 10000010 | 1010110 | 0 | 100010 | 111000 | 10111 | 11000 | 110000 | 110111 |
Color Harmonies of #C48256
Complementary color
Monochromatic Colors of #C48256
Black with #C48256
Text Example
Text Example
White with #C48256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48256; }
p { color: rgb(196,130,86); }
H1.HeaderClassName
{
color: #C48256;
}
.AnyTagClassName
{
color: #C48256;
}
</style>
background-color css
<style>
a { background-color: #C48256; }
a { background-color: rgb(196,130,86); }
div.DivClassName
{
background-color: #C48256;
}
.BgClassName
{
background-color: #C48256;
}
</style>
border-color css
<style>
span { border-color: #C48256; }
span { border-color: rgb(196,130,86); }
td.TdClassName
{
border-color: #C48256;
}
.TagClassName
{
border-color: #C48256;
}
</style>