Shades of Burning Sand #C18061
Tints of Burning Sand #C18061
RGB
CMYK
RGB Variations
Color information
#C18061 (or 0xC18061) is known color: Burning Sand. HEX triplet: C1, 80 and 61. RGB value is (193,128,97). Sum of RGB (Red+Green+Blue) = 193+128+97=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C18061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18061 is #3E7F9E. Grayscale: #909090. Windows color (decimal): -4095903 or 6389953. OLE color: 6389953.
HSL color Cylindrical-coordinate representation of color #C18061: hue angle of 19.38º 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 #C18061 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 97 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.24 |
| HSL | 19.38º | 0.44% | 0.57% | - |
| HSV(B) | 19.38º | 0.5% | 0.76% | - |
| XYZ | 31.87 | 27.64 | 14.96 | - |
| YUV | 143.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 97 | 0 | 0.34 | 0.50 | 0.24 | 19.38 | 0.44 | 0.57 |
| Hex | C1 | 80 | 61 | 0 | 22 | 32 | 18 | 13 | 2C | 39 |
| Octal | 301 | 200 | 141 | 0 | 42 | 62 | 30 | 23 | 54 | 71 |
| Binary | 11000001 | 10000000 | 1100001 | 0 | 100010 | 110010 | 11000 | 10011 | 101100 | 111001 |
Color Harmonies of #C18061
Complementary color
Monochromatic Colors of #C18061
Black with #C18061
Text Example
Text Example
White with #C18061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18061; }
p { color: rgb(193,128,97); }
H1.HeaderClassName
{
color: #C18061;
}
.AnyTagClassName
{
color: #C18061;
}
</style>
background-color css
<style>
a { background-color: #C18061; }
a { background-color: rgb(193,128,97); }
div.DivClassName
{
background-color: #C18061;
}
.BgClassName
{
background-color: #C18061;
}
</style>
border-color css
<style>
span { border-color: #C18061; }
span { border-color: rgb(193,128,97); }
td.TdClassName
{
border-color: #C18061;
}
.TagClassName
{
border-color: #C18061;
}
</style>