Shades of Burning Sand #C7855F
Tints of Burning Sand #C7855F
RGB
CMYK
RGB Variations
Color information
#C7855F (or 0xC7855F) is known color: Burning Sand. HEX triplet: C7, 85 and 5F. RGB value is (199,133,95). Sum of RGB (Red+Green+Blue) = 199+133+95=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C7855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7855F is #387AA0. Grayscale: #949494. Windows color (decimal): -3701409 or 6260167. OLE color: 6260167.
HSL color Cylindrical-coordinate representation of color #C7855F: hue angle of 21.92º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7855F is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 95 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.22 |
| HSL | 21.92º | 0.48% | 0.58% | - |
| HSV(B) | 21.92º | 0.52% | 0.78% | - |
| XYZ | 34.01 | 29.74 | 14.78 | - |
| YUV | 148.4 | 97.87 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 95 | 0 | 0.33 | 0.52 | 0.22 | 21.92 | 0.48 | 0.58 |
| Hex | C7 | 85 | 5F | 0 | 21 | 34 | 16 | 16 | 30 | 3A |
| Octal | 307 | 205 | 137 | 0 | 41 | 64 | 26 | 26 | 60 | 72 |
| Binary | 11000111 | 10000101 | 1011111 | 0 | 100001 | 110100 | 10110 | 10110 | 110000 | 111010 |
Color Harmonies of #C7855F
Complementary color
Monochromatic Colors of #C7855F
Black with #C7855F
Text Example
Text Example
White with #C7855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7855F; }
p { color: rgb(199,133,95); }
H1.HeaderClassName
{
color: #C7855F;
}
.AnyTagClassName
{
color: #C7855F;
}
</style>
background-color css
<style>
a { background-color: #C7855F; }
a { background-color: rgb(199,133,95); }
div.DivClassName
{
background-color: #C7855F;
}
.BgClassName
{
background-color: #C7855F;
}
</style>
border-color css
<style>
span { border-color: #C7855F; }
span { border-color: rgb(199,133,95); }
td.TdClassName
{
border-color: #C7855F;
}
.TagClassName
{
border-color: #C7855F;
}
</style>