Shades of Burning Sand #C48159
Tints of Burning Sand #C48159
RGB
CMYK
RGB Variations
Color information
#C48159 (or 0xC48159) is known color: Burning Sand. HEX triplet: C4, 81 and 59. RGB value is (196,129,89). Sum of RGB (Red+Green+Blue) = 196+129+89=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C48159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48159 is #3B7EA6. Grayscale: #909090. Windows color (decimal): -3899047 or 5865924. OLE color: 5865924.
HSL color Cylindrical-coordinate representation of color #C48159: hue angle of 22.43º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C48159 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 89 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.23 |
| HSL | 22.43º | 0.48% | 0.56% | - |
| HSV(B) | 22.43º | 0.55% | 0.77% | - |
| XYZ | 32.42 | 28.16 | 13.18 | - |
| YUV | 144.47 | 96.7 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 89 | 0 | 0.34 | 0.55 | 0.23 | 22.43 | 0.48 | 0.56 |
| Hex | C4 | 81 | 59 | 0 | 22 | 37 | 17 | 16 | 30 | 38 |
| Octal | 304 | 201 | 131 | 0 | 42 | 67 | 27 | 26 | 60 | 70 |
| Binary | 11000100 | 10000001 | 1011001 | 0 | 100010 | 110111 | 10111 | 10110 | 110000 | 111000 |
Color Harmonies of #C48159
Complementary color
Monochromatic Colors of #C48159
Black with #C48159
Text Example
Text Example
White with #C48159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48159; }
p { color: rgb(196,129,89); }
H1.HeaderClassName
{
color: #C48159;
}
.AnyTagClassName
{
color: #C48159;
}
</style>
background-color css
<style>
a { background-color: #C48159; }
a { background-color: rgb(196,129,89); }
div.DivClassName
{
background-color: #C48159;
}
.BgClassName
{
background-color: #C48159;
}
</style>
border-color css
<style>
span { border-color: #C48159; }
span { border-color: rgb(196,129,89); }
td.TdClassName
{
border-color: #C48159;
}
.TagClassName
{
border-color: #C48159;
}
</style>