Shades of Burning Sand #C68066
Tints of Burning Sand #C68066
RGB
CMYK
RGB Variations
Color information
#C68066 (or 0xC68066) is known color: Burning Sand. HEX triplet: C6, 80 and 66. RGB value is (198,128,102). Sum of RGB (Red+Green+Blue) = 198+128+102=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C68066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68066 is #397F99. Grayscale: #929292. Windows color (decimal): -3768218 or 6717638. OLE color: 6717638.
HSL color Cylindrical-coordinate representation of color #C68066: hue angle of 16.25º 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 #C68066 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 102 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.22 |
| HSL | 16.25º | 0.46% | 0.59% | - |
| HSV(B) | 16.25º | 0.48% | 0.78% | - |
| XYZ | 33.41 | 28.4 | 16.29 | - |
| YUV | 145.97 | 103.19 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 102 | 0 | 0.35 | 0.48 | 0.22 | 16.25 | 0.46 | 0.59 |
| Hex | C6 | 80 | 66 | 0 | 23 | 30 | 16 | 10 | 2E | 3B |
| Octal | 306 | 200 | 146 | 0 | 43 | 60 | 26 | 20 | 56 | 73 |
| Binary | 11000110 | 10000000 | 1100110 | 0 | 100011 | 110000 | 10110 | 10000 | 101110 | 111011 |
Color Harmonies of #C68066
Complementary color
Monochromatic Colors of #C68066
Black with #C68066
Text Example
Text Example
White with #C68066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68066; }
p { color: rgb(198,128,102); }
H1.HeaderClassName
{
color: #C68066;
}
.AnyTagClassName
{
color: #C68066;
}
</style>
background-color css
<style>
a { background-color: #C68066; }
a { background-color: rgb(198,128,102); }
div.DivClassName
{
background-color: #C68066;
}
.BgClassName
{
background-color: #C68066;
}
</style>
border-color css
<style>
span { border-color: #C68066; }
span { border-color: rgb(198,128,102); }
td.TdClassName
{
border-color: #C68066;
}
.TagClassName
{
border-color: #C68066;
}
</style>