Shades of Burning Sand #C68166
Tints of Burning Sand #C68166
RGB
CMYK
RGB Variations
Color information
#C68166 (or 0xC68166) is known color: Burning Sand. HEX triplet: C6, 81 and 66. RGB value is (198,129,102). Sum of RGB (Red+Green+Blue) = 198+129+102=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C68166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68166 is #397E99. Grayscale: #929292. Windows color (decimal): -3767962 or 6717894. OLE color: 6717894.
HSL color Cylindrical-coordinate representation of color #C68166: hue angle of 16.88º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C68166 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 102 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.22 |
| HSL | 16.88º | 0.46% | 0.59% | - |
| HSV(B) | 16.88º | 0.48% | 0.78% | - |
| XYZ | 33.54 | 28.67 | 16.34 | - |
| YUV | 146.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 102 | 0 | 0.35 | 0.48 | 0.22 | 16.88 | 0.46 | 0.59 |
| Hex | C6 | 81 | 66 | 0 | 23 | 30 | 16 | 11 | 2E | 3B |
| Octal | 306 | 201 | 146 | 0 | 43 | 60 | 26 | 21 | 56 | 73 |
| Binary | 11000110 | 10000001 | 1100110 | 0 | 100011 | 110000 | 10110 | 10001 | 101110 | 111011 |
Color Harmonies of #C68166
Complementary color
Monochromatic Colors of #C68166
Black with #C68166
Text Example
Text Example
White with #C68166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68166; }
p { color: rgb(198,129,102); }
H1.HeaderClassName
{
color: #C68166;
}
.AnyTagClassName
{
color: #C68166;
}
</style>
background-color css
<style>
a { background-color: #C68166; }
a { background-color: rgb(198,129,102); }
div.DivClassName
{
background-color: #C68166;
}
.BgClassName
{
background-color: #C68166;
}
</style>
border-color css
<style>
span { border-color: #C68166; }
span { border-color: rgb(198,129,102); }
td.TdClassName
{
border-color: #C68166;
}
.TagClassName
{
border-color: #C68166;
}
</style>