Shades of Burning Sand #C08166
Tints of Burning Sand #C08166
RGB
CMYK
RGB Variations
Color information
#C08166 (or 0xC08166) is known color: Burning Sand. HEX triplet: C0, 81 and 66. RGB value is (192,129,102). Sum of RGB (Red+Green+Blue) = 192+129+102=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C08166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08166 is #3F7E99. Grayscale: #909090. Windows color (decimal): -4161178 or 6717888. OLE color: 6717888.
HSL color Cylindrical-coordinate representation of color #C08166: hue angle of 18º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C08166 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 102 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.25 |
| HSL | 18º | 0.42% | 0.58% | - |
| HSV(B) | 18º | 0.47% | 0.75% | - |
| XYZ | 31.99 | 27.87 | 16.26 | - |
| YUV | 144.76 | 103.87 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 102 | 0 | 0.33 | 0.47 | 0.25 | 18 | 0.42 | 0.58 |
| Hex | C0 | 81 | 66 | 0 | 21 | 2F | 19 | 12 | 2A | 3A |
| Octal | 300 | 201 | 146 | 0 | 41 | 57 | 31 | 22 | 52 | 72 |
| Binary | 11000000 | 10000001 | 1100110 | 0 | 100001 | 101111 | 11001 | 10010 | 101010 | 111010 |
Color Harmonies of #C08166
Complementary color
Monochromatic Colors of #C08166
Black with #C08166
Text Example
Text Example
White with #C08166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08166; }
p { color: rgb(192,129,102); }
H1.HeaderClassName
{
color: #C08166;
}
.AnyTagClassName
{
color: #C08166;
}
</style>
background-color css
<style>
a { background-color: #C08166; }
a { background-color: rgb(192,129,102); }
div.DivClassName
{
background-color: #C08166;
}
.BgClassName
{
background-color: #C08166;
}
</style>
border-color css
<style>
span { border-color: #C08166; }
span { border-color: rgb(192,129,102); }
td.TdClassName
{
border-color: #C08166;
}
.TagClassName
{
border-color: #C08166;
}
</style>