Shades of Burning Sand #C78170
Tints of Burning Sand #C78170
RGB
CMYK
RGB Variations
Color information
#C78170 (or 0xC78170) is known color: Burning Sand. HEX triplet: C7, 81 and 70. RGB value is (199,129,112). Sum of RGB (Red+Green+Blue) = 199+129+112=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C78170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78170 is #387E8F. Grayscale: #949494. Windows color (decimal): -3702416 or 7373255. OLE color: 7373255.
HSL color Cylindrical-coordinate representation of color #C78170: hue angle of 11.72º 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 #C78170 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 112 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.22 |
| HSL | 11.72º | 0.44% | 0.61% | - |
| HSV(B) | 11.72º | 0.44% | 0.78% | - |
| XYZ | 34.33 | 29.01 | 19.12 | - |
| YUV | 147.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 112 | 0 | 0.35 | 0.44 | 0.22 | 11.72 | 0.44 | 0.61 |
| Hex | C7 | 81 | 70 | 0 | 23 | 2C | 16 | C | 2C | 3D |
| Octal | 307 | 201 | 160 | 0 | 43 | 54 | 26 | 14 | 54 | 75 |
| Binary | 11000111 | 10000001 | 1110000 | 0 | 100011 | 101100 | 10110 | 1100 | 101100 | 111101 |
Color Harmonies of #C78170
Complementary color
Monochromatic Colors of #C78170
Black with #C78170
Text Example
Text Example
White with #C78170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78170; }
p { color: rgb(199,129,112); }
H1.HeaderClassName
{
color: #C78170;
}
.AnyTagClassName
{
color: #C78170;
}
</style>
background-color css
<style>
a { background-color: #C78170; }
a { background-color: rgb(199,129,112); }
div.DivClassName
{
background-color: #C78170;
}
.BgClassName
{
background-color: #C78170;
}
</style>
border-color css
<style>
span { border-color: #C78170; }
span { border-color: rgb(199,129,112); }
td.TdClassName
{
border-color: #C78170;
}
.TagClassName
{
border-color: #C78170;
}
</style>