Shades of Burning Sand #C48162
Tints of Burning Sand #C48162
RGB
CMYK
RGB Variations
Color information
#C48162 (or 0xC48162) is known color: Burning Sand. HEX triplet: C4, 81 and 62. RGB value is (196,129,98). Sum of RGB (Red+Green+Blue) = 196+129+98=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C48162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48162 is #3B7E9D. Grayscale: #919191. Windows color (decimal): -3899038 or 6455748. OLE color: 6455748.
HSL color Cylindrical-coordinate representation of color #C48162: hue angle of 18.98º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C48162 is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 98 | - |
| CMYK | 0 | 0.34 | 0.5 | 0.23 |
| HSL | 18.98º | 0.45% | 0.58% | - |
| HSV(B) | 18.98º | 0.5% | 0.77% | - |
| XYZ | 32.82 | 28.32 | 15.29 | - |
| YUV | 145.5 | 101.2 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 98 | 0 | 0.34 | 0.5 | 0.23 | 18.98 | 0.45 | 0.58 |
| Hex | C4 | 81 | 62 | 0 | 22 | 32 | 17 | 13 | 2D | 3A |
| Octal | 304 | 201 | 142 | 0 | 42 | 62 | 27 | 23 | 55 | 72 |
| Binary | 11000100 | 10000001 | 1100010 | 0 | 100010 | 110010 | 10111 | 10011 | 101101 | 111010 |
Color Harmonies of #C48162
Complementary color
Monochromatic Colors of #C48162
Black with #C48162
Text Example
Text Example
White with #C48162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48162; }
p { color: rgb(196,129,98); }
H1.HeaderClassName
{
color: #C48162;
}
.AnyTagClassName
{
color: #C48162;
}
</style>
background-color css
<style>
a { background-color: #C48162; }
a { background-color: rgb(196,129,98); }
div.DivClassName
{
background-color: #C48162;
}
.BgClassName
{
background-color: #C48162;
}
</style>
border-color css
<style>
span { border-color: #C48162; }
span { border-color: rgb(196,129,98); }
td.TdClassName
{
border-color: #C48162;
}
.TagClassName
{
border-color: #C48162;
}
</style>