Shades of Burning Sand #C7855B
Tints of Burning Sand #C7855B
RGB
CMYK
RGB Variations
Color information
#C7855B (or 0xC7855B) is known color: Burning Sand. HEX triplet: C7, 85 and 5B. RGB value is (199,133,91). Sum of RGB (Red+Green+Blue) = 199+133+91=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7855B is #387AA4. Grayscale: #949494. Windows color (decimal): -3701413 or 5998023. OLE color: 5998023.
HSL color Cylindrical-coordinate representation of color #C7855B: hue angle of 23.33º 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 #C7855B is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 91 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.22 |
| HSL | 23.33º | 0.49% | 0.57% | - |
| HSV(B) | 23.33º | 0.54% | 0.78% | - |
| XYZ | 33.83 | 29.67 | 13.84 | - |
| YUV | 147.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 91 | 0 | 0.33 | 0.54 | 0.22 | 23.33 | 0.49 | 0.57 |
| Hex | C7 | 85 | 5B | 0 | 21 | 36 | 16 | 17 | 31 | 39 |
| Octal | 307 | 205 | 133 | 0 | 41 | 66 | 26 | 27 | 61 | 71 |
| Binary | 11000111 | 10000101 | 1011011 | 0 | 100001 | 110110 | 10110 | 10111 | 110001 | 111001 |
Color Harmonies of #C7855B
Complementary color
Monochromatic Colors of #C7855B
Black with #C7855B
Text Example
Text Example
White with #C7855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7855B; }
p { color: rgb(199,133,91); }
H1.HeaderClassName
{
color: #C7855B;
}
.AnyTagClassName
{
color: #C7855B;
}
</style>
background-color css
<style>
a { background-color: #C7855B; }
a { background-color: rgb(199,133,91); }
div.DivClassName
{
background-color: #C7855B;
}
.BgClassName
{
background-color: #C7855B;
}
</style>
border-color css
<style>
span { border-color: #C7855B; }
span { border-color: rgb(199,133,91); }
td.TdClassName
{
border-color: #C7855B;
}
.TagClassName
{
border-color: #C7855B;
}
</style>