Shades of Burning Sand #C08360
Tints of Burning Sand #C08360
RGB
CMYK
RGB Variations
Color information
#C08360 (or 0xC08360) is known color: Burning Sand. HEX triplet: C0, 83 and 60. RGB value is (192,131,96). Sum of RGB (Red+Green+Blue) = 192+131+96=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C08360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08360 is #3F7C9F. Grayscale: #919191. Windows color (decimal): -4160672 or 6325184. OLE color: 6325184.
HSL color Cylindrical-coordinate representation of color #C08360: hue angle of 21.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C08360 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 96 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.25 |
| HSL | 21.88º | 0.43% | 0.56% | - |
| HSV(B) | 21.88º | 0.5% | 0.75% | - |
| XYZ | 31.97 | 28.28 | 14.84 | - |
| YUV | 145.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 96 | 0 | 0.32 | 0.50 | 0.25 | 21.88 | 0.43 | 0.56 |
| Hex | C0 | 83 | 60 | 0 | 20 | 32 | 19 | 16 | 2B | 38 |
| Octal | 300 | 203 | 140 | 0 | 40 | 62 | 31 | 26 | 53 | 70 |
| Binary | 11000000 | 10000011 | 1100000 | 0 | 100000 | 110010 | 11001 | 10110 | 101011 | 111000 |
Color Harmonies of #C08360
Complementary color
Monochromatic Colors of #C08360
Black with #C08360
Text Example
Text Example
White with #C08360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08360; }
p { color: rgb(192,131,96); }
H1.HeaderClassName
{
color: #C08360;
}
.AnyTagClassName
{
color: #C08360;
}
</style>
background-color css
<style>
a { background-color: #C08360; }
a { background-color: rgb(192,131,96); }
div.DivClassName
{
background-color: #C08360;
}
.BgClassName
{
background-color: #C08360;
}
</style>
border-color css
<style>
span { border-color: #C08360; }
span { border-color: rgb(192,131,96); }
td.TdClassName
{
border-color: #C08360;
}
.TagClassName
{
border-color: #C08360;
}
</style>