Shades of Burning Sand #C1845F
Tints of Burning Sand #C1845F
RGB
CMYK
RGB Variations
Color information
#C1845F (or 0xC1845F) is known color: Burning Sand. HEX triplet: C1, 84 and 5F. RGB value is (193,132,95). Sum of RGB (Red+Green+Blue) = 193+132+95=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1845F is #3E7BA0. Grayscale: #929292. Windows color (decimal): -4094881 or 6259905. OLE color: 6259905.
HSL color Cylindrical-coordinate representation of color #C1845F: hue angle of 22.65º 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 #C1845F is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 95 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.24 |
| HSL | 22.65º | 0.44% | 0.56% | - |
| HSV(B) | 22.65º | 0.51% | 0.76% | - |
| XYZ | 32.31 | 28.67 | 14.66 | - |
| YUV | 146.02 | 99.21 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 95 | 0 | 0.32 | 0.51 | 0.24 | 22.65 | 0.44 | 0.56 |
| Hex | C1 | 84 | 5F | 0 | 20 | 33 | 18 | 17 | 2C | 38 |
| Octal | 301 | 204 | 137 | 0 | 40 | 63 | 30 | 27 | 54 | 70 |
| Binary | 11000001 | 10000100 | 1011111 | 0 | 100000 | 110011 | 11000 | 10111 | 101100 | 111000 |
Color Harmonies of #C1845F
Complementary color
Monochromatic Colors of #C1845F
Black with #C1845F
Text Example
Text Example
White with #C1845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1845F; }
p { color: rgb(193,132,95); }
H1.HeaderClassName
{
color: #C1845F;
}
.AnyTagClassName
{
color: #C1845F;
}
</style>
background-color css
<style>
a { background-color: #C1845F; }
a { background-color: rgb(193,132,95); }
div.DivClassName
{
background-color: #C1845F;
}
.BgClassName
{
background-color: #C1845F;
}
</style>
border-color css
<style>
span { border-color: #C1845F; }
span { border-color: rgb(193,132,95); }
td.TdClassName
{
border-color: #C1845F;
}
.TagClassName
{
border-color: #C1845F;
}
</style>