Shades of Burning Sand #C7886C
Tints of Burning Sand #C7886C
RGB
CMYK
RGB Variations
Color information
#C7886C (or 0xC7886C) is known color: Burning Sand. HEX triplet: C7, 88 and 6C. RGB value is (199,136,108). Sum of RGB (Red+Green+Blue) = 199+136+108=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7886C is #387793. Grayscale: #979797. Windows color (decimal): -3700628 or 7112903. OLE color: 7112903.
HSL color Cylindrical-coordinate representation of color #C7886C: hue angle of 18.46º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7886C is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 108 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.22 |
| HSL | 18.46º | 0.45% | 0.6% | - |
| HSV(B) | 18.46º | 0.46% | 0.78% | - |
| XYZ | 35.06 | 30.83 | 18.29 | - |
| YUV | 151.65 | 103.37 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 108 | 0 | 0.32 | 0.46 | 0.22 | 18.46 | 0.45 | 0.6 |
| Hex | C7 | 88 | 6C | 0 | 20 | 2E | 16 | 12 | 2D | 3C |
| Octal | 307 | 210 | 154 | 0 | 40 | 56 | 26 | 22 | 55 | 74 |
| Binary | 11000111 | 10001000 | 1101100 | 0 | 100000 | 101110 | 10110 | 10010 | 101101 | 111100 |
Color Harmonies of #C7886C
Complementary color
Monochromatic Colors of #C7886C
Black with #C7886C
Text Example
Text Example
White with #C7886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7886C; }
p { color: rgb(199,136,108); }
H1.HeaderClassName
{
color: #C7886C;
}
.AnyTagClassName
{
color: #C7886C;
}
</style>
background-color css
<style>
a { background-color: #C7886C; }
a { background-color: rgb(199,136,108); }
div.DivClassName
{
background-color: #C7886C;
}
.BgClassName
{
background-color: #C7886C;
}
</style>
border-color css
<style>
span { border-color: #C7886C; }
span { border-color: rgb(199,136,108); }
td.TdClassName
{
border-color: #C7886C;
}
.TagClassName
{
border-color: #C7886C;
}
</style>