Shades of Burning Sand #C48163
Tints of Burning Sand #C48163
RGB
CMYK
RGB Variations
Color information
#C48163 (or 0xC48163) is known color: Burning Sand. HEX triplet: C4, 81 and 63. RGB value is (196,129,99). Sum of RGB (Red+Green+Blue) = 196+129+99=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C48163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48163 is #3B7E9C. Grayscale: #919191. Windows color (decimal): -3899037 or 6521284. OLE color: 6521284.
HSL color Cylindrical-coordinate representation of color #C48163: hue angle of 18.56º 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 #C48163 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 99 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.23 |
| HSL | 18.56º | 0.45% | 0.58% | - |
| HSV(B) | 18.56º | 0.49% | 0.77% | - |
| XYZ | 32.87 | 28.34 | 15.54 | - |
| YUV | 145.61 | 101.7 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 99 | 0 | 0.34 | 0.49 | 0.23 | 18.56 | 0.45 | 0.58 |
| Hex | C4 | 81 | 63 | 0 | 22 | 31 | 17 | 13 | 2D | 3A |
| Octal | 304 | 201 | 143 | 0 | 42 | 61 | 27 | 23 | 55 | 72 |
| Binary | 11000100 | 10000001 | 1100011 | 0 | 100010 | 110001 | 10111 | 10011 | 101101 | 111010 |
Color Harmonies of #C48163
Complementary color
Monochromatic Colors of #C48163
Black with #C48163
Text Example
Text Example
White with #C48163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48163; }
p { color: rgb(196,129,99); }
H1.HeaderClassName
{
color: #C48163;
}
.AnyTagClassName
{
color: #C48163;
}
</style>
background-color css
<style>
a { background-color: #C48163; }
a { background-color: rgb(196,129,99); }
div.DivClassName
{
background-color: #C48163;
}
.BgClassName
{
background-color: #C48163;
}
</style>
border-color css
<style>
span { border-color: #C48163; }
span { border-color: rgb(196,129,99); }
td.TdClassName
{
border-color: #C48163;
}
.TagClassName
{
border-color: #C48163;
}
</style>