Shades of Burning Sand #C78261
Tints of Burning Sand #C78261
RGB
CMYK
RGB Variations
Color information
#C78261 (or 0xC78261) is known color: Burning Sand. HEX triplet: C7, 82 and 61. RGB value is (199,130,97). Sum of RGB (Red+Green+Blue) = 199+130+97=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C78261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78261 is #387D9E. Grayscale: #939393. Windows color (decimal): -3702175 or 6390471. OLE color: 6390471.
HSL color Cylindrical-coordinate representation of color #C78261: hue angle of 19.41º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C78261 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 97 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.22 |
| HSL | 19.41º | 0.48% | 0.58% | - |
| HSV(B) | 19.41º | 0.51% | 0.78% | - |
| XYZ | 33.69 | 28.97 | 15.13 | - |
| YUV | 146.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 97 | 0 | 0.35 | 0.51 | 0.22 | 19.41 | 0.48 | 0.58 |
| Hex | C7 | 82 | 61 | 0 | 23 | 33 | 16 | 13 | 30 | 3A |
| Octal | 307 | 202 | 141 | 0 | 43 | 63 | 26 | 23 | 60 | 72 |
| Binary | 11000111 | 10000010 | 1100001 | 0 | 100011 | 110011 | 10110 | 10011 | 110000 | 111010 |
Color Harmonies of #C78261
Complementary color
Monochromatic Colors of #C78261
Black with #C78261
Text Example
Text Example
White with #C78261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78261; }
p { color: rgb(199,130,97); }
H1.HeaderClassName
{
color: #C78261;
}
.AnyTagClassName
{
color: #C78261;
}
</style>
background-color css
<style>
a { background-color: #C78261; }
a { background-color: rgb(199,130,97); }
div.DivClassName
{
background-color: #C78261;
}
.BgClassName
{
background-color: #C78261;
}
</style>
border-color css
<style>
span { border-color: #C78261; }
span { border-color: rgb(199,130,97); }
td.TdClassName
{
border-color: #C78261;
}
.TagClassName
{
border-color: #C78261;
}
</style>