Shades of Burning Sand #C08463
Tints of Burning Sand #C08463
RGB
CMYK
RGB Variations
Color information
#C08463 (or 0xC08463) is known color: Burning Sand. HEX triplet: C0, 84 and 63. RGB value is (192,132,99). Sum of RGB (Red+Green+Blue) = 192+132+99=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C08463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08463 is #3F7B9C. Grayscale: #929292. Windows color (decimal): -4160413 or 6522048. OLE color: 6522048.
HSL color Cylindrical-coordinate representation of color #C08463: hue angle of 21.29º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C08463 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 99 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.25 |
| HSL | 21.29º | 0.42% | 0.57% | - |
| HSV(B) | 21.29º | 0.48% | 0.75% | - |
| XYZ | 32.24 | 28.61 | 15.63 | - |
| YUV | 146.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 99 | 0 | 0.31 | 0.48 | 0.25 | 21.29 | 0.42 | 0.57 |
| Hex | C0 | 84 | 63 | 0 | 1F | 30 | 19 | 15 | 2A | 39 |
| Octal | 300 | 204 | 143 | 0 | 37 | 60 | 31 | 25 | 52 | 71 |
| Binary | 11000000 | 10000100 | 1100011 | 0 | 11111 | 110000 | 11001 | 10101 | 101010 | 111001 |
Color Harmonies of #C08463
Complementary color
Monochromatic Colors of #C08463
Black with #C08463
Text Example
Text Example
White with #C08463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08463; }
p { color: rgb(192,132,99); }
H1.HeaderClassName
{
color: #C08463;
}
.AnyTagClassName
{
color: #C08463;
}
</style>
background-color css
<style>
a { background-color: #C08463; }
a { background-color: rgb(192,132,99); }
div.DivClassName
{
background-color: #C08463;
}
.BgClassName
{
background-color: #C08463;
}
</style>
border-color css
<style>
span { border-color: #C08463; }
span { border-color: rgb(192,132,99); }
td.TdClassName
{
border-color: #C08463;
}
.TagClassName
{
border-color: #C08463;
}
</style>