Shades of Burning Sand #C0805D
Tints of Burning Sand #C0805D
RGB
CMYK
RGB Variations
Color information
#C0805D (or 0xC0805D) is known color: Burning Sand. HEX triplet: C0, 80 and 5D. RGB value is (192,128,93). Sum of RGB (Red+Green+Blue) = 192+128+93=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0805D is #3F7FA2. Grayscale: #8F8F8F. Windows color (decimal): -4161443 or 6127808. OLE color: 6127808.
HSL color Cylindrical-coordinate representation of color #C0805D: hue angle of 21.21º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0805D is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 93 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.25 |
| HSL | 21.21º | 0.44% | 0.56% | - |
| HSV(B) | 21.21º | 0.52% | 0.75% | - |
| XYZ | 31.43 | 27.44 | 13.99 | - |
| YUV | 143.15 | 99.7 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 93 | 0 | 0.33 | 0.52 | 0.25 | 21.21 | 0.44 | 0.56 |
| Hex | C0 | 80 | 5D | 0 | 21 | 34 | 19 | 15 | 2C | 38 |
| Octal | 300 | 200 | 135 | 0 | 41 | 64 | 31 | 25 | 54 | 70 |
| Binary | 11000000 | 10000000 | 1011101 | 0 | 100001 | 110100 | 11001 | 10101 | 101100 | 111000 |
Color Harmonies of #C0805D
Complementary color
Monochromatic Colors of #C0805D
Black with #C0805D
Text Example
Text Example
White with #C0805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0805D; }
p { color: rgb(192,128,93); }
H1.HeaderClassName
{
color: #C0805D;
}
.AnyTagClassName
{
color: #C0805D;
}
</style>
background-color css
<style>
a { background-color: #C0805D; }
a { background-color: rgb(192,128,93); }
div.DivClassName
{
background-color: #C0805D;
}
.BgClassName
{
background-color: #C0805D;
}
</style>
border-color css
<style>
span { border-color: #C0805D; }
span { border-color: rgb(192,128,93); }
td.TdClassName
{
border-color: #C0805D;
}
.TagClassName
{
border-color: #C0805D;
}
</style>