Shades of Burning Sand #C1855E
Tints of Burning Sand #C1855E
RGB
CMYK
RGB Variations
Color information
#C1855E (or 0xC1855E) is known color: Burning Sand. HEX triplet: C1, 85 and 5E. RGB value is (193,133,94). Sum of RGB (Red+Green+Blue) = 193+133+94=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1855E is #3E7AA1. Grayscale: #929292. Windows color (decimal): -4094626 or 6194625. OLE color: 6194625.
HSL color Cylindrical-coordinate representation of color #C1855E: hue angle of 23.64º 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 #C1855E is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 94 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.24 |
| HSL | 23.64º | 0.44% | 0.56% | - |
| HSV(B) | 23.64º | 0.51% | 0.76% | - |
| XYZ | 32.4 | 28.92 | 14.46 | - |
| YUV | 146.49 | 98.38 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 94 | 0 | 0.31 | 0.51 | 0.24 | 23.64 | 0.44 | 0.56 |
| Hex | C1 | 85 | 5E | 0 | 1F | 33 | 18 | 18 | 2C | 38 |
| Octal | 301 | 205 | 136 | 0 | 37 | 63 | 30 | 30 | 54 | 70 |
| Binary | 11000001 | 10000101 | 1011110 | 0 | 11111 | 110011 | 11000 | 11000 | 101100 | 111000 |
Color Harmonies of #C1855E
Complementary color
Monochromatic Colors of #C1855E
Black with #C1855E
Text Example
Text Example
White with #C1855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1855E; }
p { color: rgb(193,133,94); }
H1.HeaderClassName
{
color: #C1855E;
}
.AnyTagClassName
{
color: #C1855E;
}
</style>
background-color css
<style>
a { background-color: #C1855E; }
a { background-color: rgb(193,133,94); }
div.DivClassName
{
background-color: #C1855E;
}
.BgClassName
{
background-color: #C1855E;
}
</style>
border-color css
<style>
span { border-color: #C1855E; }
span { border-color: rgb(193,133,94); }
td.TdClassName
{
border-color: #C1855E;
}
.TagClassName
{
border-color: #C1855E;
}
</style>