Shades of Burning Sand #C7846D
Tints of Burning Sand #C7846D
RGB
CMYK
RGB Variations
Color information
#C7846D (or 0xC7846D) is known color: Burning Sand. HEX triplet: C7, 84 and 6D. RGB value is (199,132,109). Sum of RGB (Red+Green+Blue) = 199+132+109=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7846D is #387B92. Grayscale: #959595. Windows color (decimal): -3701651 or 7177415. OLE color: 7177415.
HSL color Cylindrical-coordinate representation of color #C7846D: hue angle of 15.33º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7846D is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 109 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.22 |
| HSL | 15.33º | 0.45% | 0.6% | - |
| HSV(B) | 15.33º | 0.45% | 0.78% | - |
| XYZ | 34.56 | 29.75 | 18.39 | - |
| YUV | 149.41 | 105.2 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 109 | 0 | 0.34 | 0.45 | 0.22 | 15.33 | 0.45 | 0.6 |
| Hex | C7 | 84 | 6D | 0 | 22 | 2D | 16 | F | 2D | 3C |
| Octal | 307 | 204 | 155 | 0 | 42 | 55 | 26 | 17 | 55 | 74 |
| Binary | 11000111 | 10000100 | 1101101 | 0 | 100010 | 101101 | 10110 | 1111 | 101101 | 111100 |
Color Harmonies of #C7846D
Complementary color
Monochromatic Colors of #C7846D
Black with #C7846D
Text Example
Text Example
White with #C7846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7846D; }
p { color: rgb(199,132,109); }
H1.HeaderClassName
{
color: #C7846D;
}
.AnyTagClassName
{
color: #C7846D;
}
</style>
background-color css
<style>
a { background-color: #C7846D; }
a { background-color: rgb(199,132,109); }
div.DivClassName
{
background-color: #C7846D;
}
.BgClassName
{
background-color: #C7846D;
}
</style>
border-color css
<style>
span { border-color: #C7846D; }
span { border-color: rgb(199,132,109); }
td.TdClassName
{
border-color: #C7846D;
}
.TagClassName
{
border-color: #C7846D;
}
</style>