Shades of Burning Sand #C7845C
Tints of Burning Sand #C7845C
RGB
CMYK
RGB Variations
Color information
#C7845C (or 0xC7845C) is known color: Burning Sand. HEX triplet: C7, 84 and 5C. RGB value is (199,132,92). Sum of RGB (Red+Green+Blue) = 199+132+92=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7845C is #387BA3. Grayscale: #939393. Windows color (decimal): -3701668 or 6063303. OLE color: 6063303.
HSL color Cylindrical-coordinate representation of color #C7845C: hue angle of 22.43º 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 #C7845C is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 92 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.22 |
| HSL | 22.43º | 0.49% | 0.57% | - |
| HSV(B) | 22.43º | 0.54% | 0.78% | - |
| XYZ | 33.74 | 29.42 | 14.03 | - |
| YUV | 147.47 | 96.7 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 92 | 0 | 0.34 | 0.54 | 0.22 | 22.43 | 0.49 | 0.57 |
| Hex | C7 | 84 | 5C | 0 | 22 | 36 | 16 | 16 | 31 | 39 |
| Octal | 307 | 204 | 134 | 0 | 42 | 66 | 26 | 26 | 61 | 71 |
| Binary | 11000111 | 10000100 | 1011100 | 0 | 100010 | 110110 | 10110 | 10110 | 110001 | 111001 |
Color Harmonies of #C7845C
Complementary color
Monochromatic Colors of #C7845C
Black with #C7845C
Text Example
Text Example
White with #C7845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7845C; }
p { color: rgb(199,132,92); }
H1.HeaderClassName
{
color: #C7845C;
}
.AnyTagClassName
{
color: #C7845C;
}
</style>
background-color css
<style>
a { background-color: #C7845C; }
a { background-color: rgb(199,132,92); }
div.DivClassName
{
background-color: #C7845C;
}
.BgClassName
{
background-color: #C7845C;
}
</style>
border-color css
<style>
span { border-color: #C7845C; }
span { border-color: rgb(199,132,92); }
td.TdClassName
{
border-color: #C7845C;
}
.TagClassName
{
border-color: #C7845C;
}
</style>