Shades of Burning Sand #C18166
Tints of Burning Sand #C18166
RGB
CMYK
RGB Variations
Color information
#C18166 (or 0xC18166) is known color: Burning Sand. HEX triplet: C1, 81 and 66. RGB value is (193,129,102). Sum of RGB (Red+Green+Blue) = 193+129+102=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C18166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18166 is #3E7E99. Grayscale: #919191. Windows color (decimal): -4095642 or 6717889. OLE color: 6717889.
HSL color Cylindrical-coordinate representation of color #C18166: hue angle of 17.8º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C18166 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 102 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.24 |
| HSL | 17.8º | 0.42% | 0.58% | - |
| HSV(B) | 17.8º | 0.47% | 0.76% | - |
| XYZ | 32.24 | 28 | 16.28 | - |
| YUV | 145.06 | 103.7 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 102 | 0 | 0.33 | 0.47 | 0.24 | 17.8 | 0.42 | 0.58 |
| Hex | C1 | 81 | 66 | 0 | 21 | 2F | 18 | 12 | 2A | 3A |
| Octal | 301 | 201 | 146 | 0 | 41 | 57 | 30 | 22 | 52 | 72 |
| Binary | 11000001 | 10000001 | 1100110 | 0 | 100001 | 101111 | 11000 | 10010 | 101010 | 111010 |
Color Harmonies of #C18166
Complementary color
Monochromatic Colors of #C18166
Black with #C18166
Text Example
Text Example
White with #C18166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18166; }
p { color: rgb(193,129,102); }
H1.HeaderClassName
{
color: #C18166;
}
.AnyTagClassName
{
color: #C18166;
}
</style>
background-color css
<style>
a { background-color: #C18166; }
a { background-color: rgb(193,129,102); }
div.DivClassName
{
background-color: #C18166;
}
.BgClassName
{
background-color: #C18166;
}
</style>
border-color css
<style>
span { border-color: #C18166; }
span { border-color: rgb(193,129,102); }
td.TdClassName
{
border-color: #C18166;
}
.TagClassName
{
border-color: #C18166;
}
</style>