Shades of Burning Sand #C78660
Tints of Burning Sand #C78660
RGB
CMYK
RGB Variations
Color information
#C78660 (or 0xC78660) is known color: Burning Sand. HEX triplet: C7, 86 and 60. RGB value is (199,134,96). Sum of RGB (Red+Green+Blue) = 199+134+96=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C78660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78660 is #38799F. Grayscale: #959595. Windows color (decimal): -3701152 or 6325959. OLE color: 6325959.
HSL color Cylindrical-coordinate representation of color #C78660: hue angle of 22.14º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C78660 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 96 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.22 |
| HSL | 22.14º | 0.48% | 0.58% | - |
| HSV(B) | 22.14º | 0.52% | 0.78% | - |
| XYZ | 34.19 | 30.04 | 15.06 | - |
| YUV | 149.1 | 98.03 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 96 | 0 | 0.33 | 0.52 | 0.22 | 22.14 | 0.48 | 0.58 |
| Hex | C7 | 86 | 60 | 0 | 21 | 34 | 16 | 16 | 30 | 3A |
| Octal | 307 | 206 | 140 | 0 | 41 | 64 | 26 | 26 | 60 | 72 |
| Binary | 11000111 | 10000110 | 1100000 | 0 | 100001 | 110100 | 10110 | 10110 | 110000 | 111010 |
Color Harmonies of #C78660
Complementary color
Monochromatic Colors of #C78660
Black with #C78660
Text Example
Text Example
White with #C78660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78660; }
p { color: rgb(199,134,96); }
H1.HeaderClassName
{
color: #C78660;
}
.AnyTagClassName
{
color: #C78660;
}
</style>
background-color css
<style>
a { background-color: #C78660; }
a { background-color: rgb(199,134,96); }
div.DivClassName
{
background-color: #C78660;
}
.BgClassName
{
background-color: #C78660;
}
</style>
border-color css
<style>
span { border-color: #C78660; }
span { border-color: rgb(199,134,96); }
td.TdClassName
{
border-color: #C78660;
}
.TagClassName
{
border-color: #C78660;
}
</style>