Shades of Burning Sand #C0815E
Tints of Burning Sand #C0815E
RGB
CMYK
RGB Variations
Color information
#C0815E (or 0xC0815E) is known color: Burning Sand. HEX triplet: C0, 81 and 5E. RGB value is (192,129,94). Sum of RGB (Red+Green+Blue) = 192+129+94=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0815E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0815E is #3F7EA1. Grayscale: #909090. Windows color (decimal): -4161186 or 6193600. OLE color: 6193600.
HSL color Cylindrical-coordinate representation of color #C0815E: hue angle of 21.43º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0815E is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 94 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.25 |
| HSL | 21.43º | 0.44% | 0.56% | - |
| HSV(B) | 21.43º | 0.51% | 0.75% | - |
| XYZ | 31.61 | 27.72 | 14.27 | - |
| YUV | 143.85 | 99.87 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 94 | 0 | 0.33 | 0.51 | 0.25 | 21.43 | 0.44 | 0.56 |
| Hex | C0 | 81 | 5E | 0 | 21 | 33 | 19 | 15 | 2C | 38 |
| Octal | 300 | 201 | 136 | 0 | 41 | 63 | 31 | 25 | 54 | 70 |
| Binary | 11000000 | 10000001 | 1011110 | 0 | 100001 | 110011 | 11001 | 10101 | 101100 | 111000 |
Color Harmonies of #C0815E
Complementary color
Monochromatic Colors of #C0815E
Black with #C0815E
Text Example
Text Example
White with #C0815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0815E; }
p { color: rgb(192,129,94); }
H1.HeaderClassName
{
color: #C0815E;
}
.AnyTagClassName
{
color: #C0815E;
}
</style>
background-color css
<style>
a { background-color: #C0815E; }
a { background-color: rgb(192,129,94); }
div.DivClassName
{
background-color: #C0815E;
}
.BgClassName
{
background-color: #C0815E;
}
</style>
border-color css
<style>
span { border-color: #C0815E; }
span { border-color: rgb(192,129,94); }
td.TdClassName
{
border-color: #C0815E;
}
.TagClassName
{
border-color: #C0815E;
}
</style>