Shades of Burning Sand #C7875E
Tints of Burning Sand #C7875E
RGB
CMYK
RGB Variations
Color information
#C7875E (or 0xC7875E) is known color: Burning Sand. HEX triplet: C7, 87 and 5E. RGB value is (199,135,94). Sum of RGB (Red+Green+Blue) = 199+135+94=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7875E is #3878A1. Grayscale: #959595. Windows color (decimal): -3700898 or 6195143. OLE color: 6195143.
HSL color Cylindrical-coordinate representation of color #C7875E: hue angle of 23.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7875E is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 94 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.22 |
| HSL | 23.43º | 0.48% | 0.57% | - |
| HSV(B) | 23.43º | 0.53% | 0.78% | - |
| XYZ | 34.24 | 30.28 | 14.63 | - |
| YUV | 149.46 | 96.7 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 94 | 0 | 0.32 | 0.53 | 0.22 | 23.43 | 0.48 | 0.57 |
| Hex | C7 | 87 | 5E | 0 | 20 | 35 | 16 | 17 | 30 | 39 |
| Octal | 307 | 207 | 136 | 0 | 40 | 65 | 26 | 27 | 60 | 71 |
| Binary | 11000111 | 10000111 | 1011110 | 0 | 100000 | 110101 | 10110 | 10111 | 110000 | 111001 |
Color Harmonies of #C7875E
Complementary color
Monochromatic Colors of #C7875E
Black with #C7875E
Text Example
Text Example
White with #C7875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7875E; }
p { color: rgb(199,135,94); }
H1.HeaderClassName
{
color: #C7875E;
}
.AnyTagClassName
{
color: #C7875E;
}
</style>
background-color css
<style>
a { background-color: #C7875E; }
a { background-color: rgb(199,135,94); }
div.DivClassName
{
background-color: #C7875E;
}
.BgClassName
{
background-color: #C7875E;
}
</style>
border-color css
<style>
span { border-color: #C7875E; }
span { border-color: rgb(199,135,94); }
td.TdClassName
{
border-color: #C7875E;
}
.TagClassName
{
border-color: #C7875E;
}
</style>