Shades of Burning Sand #C18660
Tints of Burning Sand #C18660
RGB
CMYK
RGB Variations
Color information
#C18660 (or 0xC18660) is known color: Burning Sand. HEX triplet: C1, 86 and 60. RGB value is (193,134,96). Sum of RGB (Red+Green+Blue) = 193+134+96=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C18660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18660 is #3E799F. Grayscale: #939393. Windows color (decimal): -4094368 or 6325953. OLE color: 6325953.
HSL color Cylindrical-coordinate representation of color #C18660: hue angle of 23.51º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C18660 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 96 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.24 |
| HSL | 23.51º | 0.44% | 0.57% | - |
| HSV(B) | 23.51º | 0.5% | 0.76% | - |
| XYZ | 32.63 | 29.23 | 14.99 | - |
| YUV | 147.31 | 99.05 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 96 | 0 | 0.31 | 0.50 | 0.24 | 23.51 | 0.44 | 0.57 |
| Hex | C1 | 86 | 60 | 0 | 1F | 32 | 18 | 18 | 2C | 39 |
| Octal | 301 | 206 | 140 | 0 | 37 | 62 | 30 | 30 | 54 | 71 |
| Binary | 11000001 | 10000110 | 1100000 | 0 | 11111 | 110010 | 11000 | 11000 | 101100 | 111001 |
Color Harmonies of #C18660
Complementary color
Monochromatic Colors of #C18660
Black with #C18660
Text Example
Text Example
White with #C18660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18660; }
p { color: rgb(193,134,96); }
H1.HeaderClassName
{
color: #C18660;
}
.AnyTagClassName
{
color: #C18660;
}
</style>
background-color css
<style>
a { background-color: #C18660; }
a { background-color: rgb(193,134,96); }
div.DivClassName
{
background-color: #C18660;
}
.BgClassName
{
background-color: #C18660;
}
</style>
border-color css
<style>
span { border-color: #C18660; }
span { border-color: rgb(193,134,96); }
td.TdClassName
{
border-color: #C18660;
}
.TagClassName
{
border-color: #C18660;
}
</style>