Shades of Burning Sand #C1845E
Tints of Burning Sand #C1845E
RGB
CMYK
RGB Variations
Color information
#C1845E (or 0xC1845E) is known color: Burning Sand. HEX triplet: C1, 84 and 5E. RGB value is (193,132,94). Sum of RGB (Red+Green+Blue) = 193+132+94=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1845E is #3E7BA1. Grayscale: #929292. Windows color (decimal): -4094882 or 6194369. OLE color: 6194369.
HSL color Cylindrical-coordinate representation of color #C1845E: hue angle of 23.03º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1845E is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 94 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.24 |
| HSL | 23.03º | 0.44% | 0.56% | - |
| HSV(B) | 23.03º | 0.51% | 0.76% | - |
| XYZ | 32.26 | 28.65 | 14.42 | - |
| YUV | 145.91 | 98.71 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 94 | 0 | 0.32 | 0.51 | 0.24 | 23.03 | 0.44 | 0.56 |
| Hex | C1 | 84 | 5E | 0 | 20 | 33 | 18 | 17 | 2C | 38 |
| Octal | 301 | 204 | 136 | 0 | 40 | 63 | 30 | 27 | 54 | 70 |
| Binary | 11000001 | 10000100 | 1011110 | 0 | 100000 | 110011 | 11000 | 10111 | 101100 | 111000 |
Color Harmonies of #C1845E
Complementary color
Monochromatic Colors of #C1845E
Black with #C1845E
Text Example
Text Example
White with #C1845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1845E; }
p { color: rgb(193,132,94); }
H1.HeaderClassName
{
color: #C1845E;
}
.AnyTagClassName
{
color: #C1845E;
}
</style>
background-color css
<style>
a { background-color: #C1845E; }
a { background-color: rgb(193,132,94); }
div.DivClassName
{
background-color: #C1845E;
}
.BgClassName
{
background-color: #C1845E;
}
</style>
border-color css
<style>
span { border-color: #C1845E; }
span { border-color: rgb(193,132,94); }
td.TdClassName
{
border-color: #C1845E;
}
.TagClassName
{
border-color: #C1845E;
}
</style>