Shades of Burning Sand #C7805F
Tints of Burning Sand #C7805F
RGB
CMYK
RGB Variations
Color information
#C7805F (or 0xC7805F) is known color: Burning Sand. HEX triplet: C7, 80 and 5F. RGB value is (199,128,95). Sum of RGB (Red+Green+Blue) = 199+128+95=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7805F is #387FA0. Grayscale: #919191. Windows color (decimal): -3702689 or 6258887. OLE color: 6258887.
HSL color Cylindrical-coordinate representation of color #C7805F: hue angle of 19.04º 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 #C7805F is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 95 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.22 |
| HSL | 19.04º | 0.48% | 0.58% | - |
| HSV(B) | 19.04º | 0.52% | 0.78% | - |
| XYZ | 33.34 | 28.41 | 14.55 | - |
| YUV | 145.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 95 | 0 | 0.36 | 0.52 | 0.22 | 19.04 | 0.48 | 0.58 |
| Hex | C7 | 80 | 5F | 0 | 24 | 34 | 16 | 13 | 30 | 3A |
| Octal | 307 | 200 | 137 | 0 | 44 | 64 | 26 | 23 | 60 | 72 |
| Binary | 11000111 | 10000000 | 1011111 | 0 | 100100 | 110100 | 10110 | 10011 | 110000 | 111010 |
Color Harmonies of #C7805F
Complementary color
Monochromatic Colors of #C7805F
Black with #C7805F
Text Example
Text Example
White with #C7805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7805F; }
p { color: rgb(199,128,95); }
H1.HeaderClassName
{
color: #C7805F;
}
.AnyTagClassName
{
color: #C7805F;
}
</style>
background-color css
<style>
a { background-color: #C7805F; }
a { background-color: rgb(199,128,95); }
div.DivClassName
{
background-color: #C7805F;
}
.BgClassName
{
background-color: #C7805F;
}
</style>
border-color css
<style>
span { border-color: #C7805F; }
span { border-color: rgb(199,128,95); }
td.TdClassName
{
border-color: #C7805F;
}
.TagClassName
{
border-color: #C7805F;
}
</style>