Shades of Burning Sand #C68666
Tints of Burning Sand #C68666
RGB
CMYK
RGB Variations
Color information
#C68666 (or 0xC68666) is known color: Burning Sand. HEX triplet: C6, 86 and 66. RGB value is (198,134,102). Sum of RGB (Red+Green+Blue) = 198+134+102=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C68666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68666 is #397999. Grayscale: #959595. Windows color (decimal): -3766682 or 6719174. OLE color: 6719174.
HSL color Cylindrical-coordinate representation of color #C68666: hue angle of 20º 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 #C68666 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 102 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.22 |
| HSL | 20º | 0.46% | 0.59% | - |
| HSV(B) | 20º | 0.48% | 0.78% | - |
| XYZ | 34.21 | 30.02 | 16.56 | - |
| YUV | 149.49 | 101.2 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 102 | 0 | 0.32 | 0.48 | 0.22 | 20 | 0.46 | 0.59 |
| Hex | C6 | 86 | 66 | 0 | 20 | 30 | 16 | 14 | 2E | 3B |
| Octal | 306 | 206 | 146 | 0 | 40 | 60 | 26 | 24 | 56 | 73 |
| Binary | 11000110 | 10000110 | 1100110 | 0 | 100000 | 110000 | 10110 | 10100 | 101110 | 111011 |
Color Harmonies of #C68666
Complementary color
Monochromatic Colors of #C68666
Black with #C68666
Text Example
Text Example
White with #C68666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68666; }
p { color: rgb(198,134,102); }
H1.HeaderClassName
{
color: #C68666;
}
.AnyTagClassName
{
color: #C68666;
}
</style>
background-color css
<style>
a { background-color: #C68666; }
a { background-color: rgb(198,134,102); }
div.DivClassName
{
background-color: #C68666;
}
.BgClassName
{
background-color: #C68666;
}
</style>
border-color css
<style>
span { border-color: #C68666; }
span { border-color: rgb(198,134,102); }
td.TdClassName
{
border-color: #C68666;
}
.TagClassName
{
border-color: #C68666;
}
</style>