Shades of Burning Sand #C7835C
Tints of Burning Sand #C7835C
RGB
CMYK
RGB Variations
Color information
#C7835C (or 0xC7835C) is known color: Burning Sand. HEX triplet: C7, 83 and 5C. RGB value is (199,131,92). Sum of RGB (Red+Green+Blue) = 199+131+92=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7835C is #387CA3. Grayscale: #939393. Windows color (decimal): -3701924 or 6063047. OLE color: 6063047.
HSL color Cylindrical-coordinate representation of color #C7835C: hue angle of 21.87º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7835C is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 131 | 92 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.22 |
| HSL | 21.87º | 0.49% | 0.57% | - |
| HSV(B) | 21.87º | 0.54% | 0.78% | - |
| XYZ | 33.6 | 29.15 | 13.98 | - |
| YUV | 146.89 | 97.03 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 92 | 0 | 0.34 | 0.54 | 0.22 | 21.87 | 0.49 | 0.57 |
| Hex | C7 | 83 | 5C | 0 | 22 | 36 | 16 | 16 | 31 | 39 |
| Octal | 307 | 203 | 134 | 0 | 42 | 66 | 26 | 26 | 61 | 71 |
| Binary | 11000111 | 10000011 | 1011100 | 0 | 100010 | 110110 | 10110 | 10110 | 110001 | 111001 |
Color Harmonies of #C7835C
Complementary color
Monochromatic Colors of #C7835C
Black with #C7835C
Text Example
Text Example
White with #C7835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7835C; }
p { color: rgb(199,131,92); }
H1.HeaderClassName
{
color: #C7835C;
}
.AnyTagClassName
{
color: #C7835C;
}
</style>
background-color css
<style>
a { background-color: #C7835C; }
a { background-color: rgb(199,131,92); }
div.DivClassName
{
background-color: #C7835C;
}
.BgClassName
{
background-color: #C7835C;
}
</style>
border-color css
<style>
span { border-color: #C7835C; }
span { border-color: rgb(199,131,92); }
td.TdClassName
{
border-color: #C7835C;
}
.TagClassName
{
border-color: #C7835C;
}
</style>