Shades of Burning Sand #C7816C
Tints of Burning Sand #C7816C
RGB
CMYK
RGB Variations
Color information
#C7816C (or 0xC7816C) is known color: Burning Sand. HEX triplet: C7, 81 and 6C. RGB value is (199,129,108). Sum of RGB (Red+Green+Blue) = 199+129+108=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7816C is #387E93. Grayscale: #939393. Windows color (decimal): -3702420 or 7111111. OLE color: 7111111.
HSL color Cylindrical-coordinate representation of color #C7816C: hue angle of 13.85º 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 #C7816C is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 108 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.22 |
| HSL | 13.85º | 0.45% | 0.6% | - |
| HSV(B) | 13.85º | 0.46% | 0.78% | - |
| XYZ | 34.11 | 28.93 | 17.97 | - |
| YUV | 147.54 | 105.69 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 108 | 0 | 0.35 | 0.46 | 0.22 | 13.85 | 0.45 | 0.6 |
| Hex | C7 | 81 | 6C | 0 | 23 | 2E | 16 | E | 2D | 3C |
| Octal | 307 | 201 | 154 | 0 | 43 | 56 | 26 | 16 | 55 | 74 |
| Binary | 11000111 | 10000001 | 1101100 | 0 | 100011 | 101110 | 10110 | 1110 | 101101 | 111100 |
Color Harmonies of #C7816C
Complementary color
Monochromatic Colors of #C7816C
Black with #C7816C
Text Example
Text Example
White with #C7816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7816C; }
p { color: rgb(199,129,108); }
H1.HeaderClassName
{
color: #C7816C;
}
.AnyTagClassName
{
color: #C7816C;
}
</style>
background-color css
<style>
a { background-color: #C7816C; }
a { background-color: rgb(199,129,108); }
div.DivClassName
{
background-color: #C7816C;
}
.BgClassName
{
background-color: #C7816C;
}
</style>
border-color css
<style>
span { border-color: #C7816C; }
span { border-color: rgb(199,129,108); }
td.TdClassName
{
border-color: #C7816C;
}
.TagClassName
{
border-color: #C7816C;
}
</style>