Shades of Burning Sand #C7886E
Tints of Burning Sand #C7886E
RGB
CMYK
RGB Variations
Color information
#C7886E (or 0xC7886E) is known color: Burning Sand. HEX triplet: C7, 88 and 6E. RGB value is (199,136,110). Sum of RGB (Red+Green+Blue) = 199+136+110=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C7886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7886E is #387791. Grayscale: #989898. Windows color (decimal): -3700626 or 7243975. OLE color: 7243975.
HSL color Cylindrical-coordinate representation of color #C7886E: hue angle of 17.53º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7886E is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 110 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.22 |
| HSL | 17.53º | 0.44% | 0.61% | - |
| HSV(B) | 17.53º | 0.45% | 0.78% | - |
| XYZ | 35.17 | 30.88 | 18.86 | - |
| YUV | 151.87 | 104.37 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 110 | 0 | 0.32 | 0.45 | 0.22 | 17.53 | 0.44 | 0.61 |
| Hex | C7 | 88 | 6E | 0 | 20 | 2D | 16 | 12 | 2C | 3D |
| Octal | 307 | 210 | 156 | 0 | 40 | 55 | 26 | 22 | 54 | 75 |
| Binary | 11000111 | 10001000 | 1101110 | 0 | 100000 | 101101 | 10110 | 10010 | 101100 | 111101 |
Color Harmonies of #C7886E
Complementary color
Monochromatic Colors of #C7886E
Black with #C7886E
Text Example
Text Example
White with #C7886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7886E; }
p { color: rgb(199,136,110); }
H1.HeaderClassName
{
color: #C7886E;
}
.AnyTagClassName
{
color: #C7886E;
}
</style>
background-color css
<style>
a { background-color: #C7886E; }
a { background-color: rgb(199,136,110); }
div.DivClassName
{
background-color: #C7886E;
}
.BgClassName
{
background-color: #C7886E;
}
</style>
border-color css
<style>
span { border-color: #C7886E; }
span { border-color: rgb(199,136,110); }
td.TdClassName
{
border-color: #C7886E;
}
.TagClassName
{
border-color: #C7886E;
}
</style>