Shades of Burning Sand #C78068
Tints of Burning Sand #C78068
RGB
CMYK
RGB Variations
Color information
#C78068 (or 0xC78068) is known color: Burning Sand. HEX triplet: C7, 80 and 68. RGB value is (199,128,104). Sum of RGB (Red+Green+Blue) = 199+128+104=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C78068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78068 is #387F97. Grayscale: #929292. Windows color (decimal): -3702680 or 6848711. OLE color: 6848711.
HSL color Cylindrical-coordinate representation of color #C78068: hue angle of 15.16º 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 #C78068 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 104 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.22 |
| HSL | 15.16º | 0.46% | 0.59% | - |
| HSV(B) | 15.16º | 0.48% | 0.78% | - |
| XYZ | 33.77 | 28.58 | 16.83 | - |
| YUV | 146.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 104 | 0 | 0.36 | 0.48 | 0.22 | 15.16 | 0.46 | 0.59 |
| Hex | C7 | 80 | 68 | 0 | 24 | 30 | 16 | F | 2E | 3B |
| Octal | 307 | 200 | 150 | 0 | 44 | 60 | 26 | 17 | 56 | 73 |
| Binary | 11000111 | 10000000 | 1101000 | 0 | 100100 | 110000 | 10110 | 1111 | 101110 | 111011 |
Color Harmonies of #C78068
Complementary color
Monochromatic Colors of #C78068
Black with #C78068
Text Example
Text Example
White with #C78068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78068; }
p { color: rgb(199,128,104); }
H1.HeaderClassName
{
color: #C78068;
}
.AnyTagClassName
{
color: #C78068;
}
</style>
background-color css
<style>
a { background-color: #C78068; }
a { background-color: rgb(199,128,104); }
div.DivClassName
{
background-color: #C78068;
}
.BgClassName
{
background-color: #C78068;
}
</style>
border-color css
<style>
span { border-color: #C78068; }
span { border-color: rgb(199,128,104); }
td.TdClassName
{
border-color: #C78068;
}
.TagClassName
{
border-color: #C78068;
}
</style>