Shades of Burning Sand #C7896C
Tints of Burning Sand #C7896C
RGB
CMYK
RGB Variations
Color information
#C7896C (or 0xC7896C) is known color: Burning Sand. HEX triplet: C7, 89 and 6C. RGB value is (199,137,108). Sum of RGB (Red+Green+Blue) = 199+137+108=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C7896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7896C is #387693. Grayscale: #989898. Windows color (decimal): -3700372 or 7113159. OLE color: 7113159.
HSL color Cylindrical-coordinate representation of color #C7896C: hue angle of 19.12º 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 #C7896C is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 137 | 108 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.22 |
| HSL | 19.12º | 0.45% | 0.6% | - |
| HSV(B) | 19.12º | 0.46% | 0.78% | - |
| XYZ | 35.21 | 31.12 | 18.34 | - |
| YUV | 152.23 | 103.04 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 137 | 108 | 0 | 0.31 | 0.46 | 0.22 | 19.12 | 0.45 | 0.6 |
| Hex | C7 | 89 | 6C | 0 | 1F | 2E | 16 | 13 | 2D | 3C |
| Octal | 307 | 211 | 154 | 0 | 37 | 56 | 26 | 23 | 55 | 74 |
| Binary | 11000111 | 10001001 | 1101100 | 0 | 11111 | 101110 | 10110 | 10011 | 101101 | 111100 |
Color Harmonies of #C7896C
Complementary color
Monochromatic Colors of #C7896C
Black with #C7896C
Text Example
Text Example
White with #C7896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7896C; }
p { color: rgb(199,137,108); }
H1.HeaderClassName
{
color: #C7896C;
}
.AnyTagClassName
{
color: #C7896C;
}
</style>
background-color css
<style>
a { background-color: #C7896C; }
a { background-color: rgb(199,137,108); }
div.DivClassName
{
background-color: #C7896C;
}
.BgClassName
{
background-color: #C7896C;
}
</style>
border-color css
<style>
span { border-color: #C7896C; }
span { border-color: rgb(199,137,108); }
td.TdClassName
{
border-color: #C7896C;
}
.TagClassName
{
border-color: #C7896C;
}
</style>