Shades of Burning Sand #C78670
Tints of Burning Sand #C78670
RGB
CMYK
RGB Variations
Color information
#C78670 (or 0xC78670) is known color: Burning Sand. HEX triplet: C7, 86 and 70. RGB value is (199,134,112). Sum of RGB (Red+Green+Blue) = 199+134+112=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C78670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78670 is #38798F. Grayscale: #979797. Windows color (decimal): -3701136 or 7374535. OLE color: 7374535.
HSL color Cylindrical-coordinate representation of color #C78670: hue angle of 15.17º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C78670 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 112 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.22 |
| HSL | 15.17º | 0.44% | 0.61% | - |
| HSV(B) | 15.17º | 0.44% | 0.78% | - |
| XYZ | 35 | 30.36 | 19.34 | - |
| YUV | 150.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 112 | 0 | 0.33 | 0.44 | 0.22 | 15.17 | 0.44 | 0.61 |
| Hex | C7 | 86 | 70 | 0 | 21 | 2C | 16 | F | 2C | 3D |
| Octal | 307 | 206 | 160 | 0 | 41 | 54 | 26 | 17 | 54 | 75 |
| Binary | 11000111 | 10000110 | 1110000 | 0 | 100001 | 101100 | 10110 | 1111 | 101100 | 111101 |
Color Harmonies of #C78670
Complementary color
Monochromatic Colors of #C78670
Black with #C78670
Text Example
Text Example
White with #C78670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78670; }
p { color: rgb(199,134,112); }
H1.HeaderClassName
{
color: #C78670;
}
.AnyTagClassName
{
color: #C78670;
}
</style>
background-color css
<style>
a { background-color: #C78670; }
a { background-color: rgb(199,134,112); }
div.DivClassName
{
background-color: #C78670;
}
.BgClassName
{
background-color: #C78670;
}
</style>
border-color css
<style>
span { border-color: #C78670; }
span { border-color: rgb(199,134,112); }
td.TdClassName
{
border-color: #C78670;
}
.TagClassName
{
border-color: #C78670;
}
</style>