Shades of Burning Sand #C7866F
Tints of Burning Sand #C7866F
RGB
CMYK
RGB Variations
Color information
#C7866F (or 0xC7866F) is known color: Burning Sand. HEX triplet: C7, 86 and 6F. RGB value is (199,134,111). Sum of RGB (Red+Green+Blue) = 199+134+111=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C7866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7866F is #387990. Grayscale: #969696. Windows color (decimal): -3701137 or 7308999. OLE color: 7308999.
HSL color Cylindrical-coordinate representation of color #C7866F: hue angle of 15.68º 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 #C7866F is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 111 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.22 |
| HSL | 15.68º | 0.44% | 0.61% | - |
| HSV(B) | 15.68º | 0.44% | 0.78% | - |
| XYZ | 34.95 | 30.34 | 19.05 | - |
| YUV | 150.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 111 | 0 | 0.33 | 0.44 | 0.22 | 15.68 | 0.44 | 0.61 |
| Hex | C7 | 86 | 6F | 0 | 21 | 2C | 16 | 10 | 2C | 3D |
| Octal | 307 | 206 | 157 | 0 | 41 | 54 | 26 | 20 | 54 | 75 |
| Binary | 11000111 | 10000110 | 1101111 | 0 | 100001 | 101100 | 10110 | 10000 | 101100 | 111101 |
Color Harmonies of #C7866F
Complementary color
Monochromatic Colors of #C7866F
Black with #C7866F
Text Example
Text Example
White with #C7866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7866F; }
p { color: rgb(199,134,111); }
H1.HeaderClassName
{
color: #C7866F;
}
.AnyTagClassName
{
color: #C7866F;
}
</style>
background-color css
<style>
a { background-color: #C7866F; }
a { background-color: rgb(199,134,111); }
div.DivClassName
{
background-color: #C7866F;
}
.BgClassName
{
background-color: #C7866F;
}
</style>
border-color css
<style>
span { border-color: #C7866F; }
span { border-color: rgb(199,134,111); }
td.TdClassName
{
border-color: #C7866F;
}
.TagClassName
{
border-color: #C7866F;
}
</style>