Shades of Burning Sand #C7825D
Tints of Burning Sand #C7825D
RGB
CMYK
RGB Variations
Color information
#C7825D (or 0xC7825D) is known color: Burning Sand. HEX triplet: C7, 82 and 5D. RGB value is (199,130,93). Sum of RGB (Red+Green+Blue) = 199+130+93=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7825D is #387DA2. Grayscale: #929292. Windows color (decimal): -3702179 or 6128327. OLE color: 6128327.
HSL color Cylindrical-coordinate representation of color #C7825D: hue angle of 20.94º degrees, saturation: 0.49, 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 #C7825D is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 93 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.22 |
| HSL | 20.94º | 0.49% | 0.57% | - |
| HSV(B) | 20.94º | 0.53% | 0.78% | - |
| XYZ | 33.51 | 28.9 | 14.17 | - |
| YUV | 146.41 | 97.86 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 93 | 0 | 0.35 | 0.53 | 0.22 | 20.94 | 0.49 | 0.57 |
| Hex | C7 | 82 | 5D | 0 | 23 | 35 | 16 | 15 | 31 | 39 |
| Octal | 307 | 202 | 135 | 0 | 43 | 65 | 26 | 25 | 61 | 71 |
| Binary | 11000111 | 10000010 | 1011101 | 0 | 100011 | 110101 | 10110 | 10101 | 110001 | 111001 |
Color Harmonies of #C7825D
Complementary color
Monochromatic Colors of #C7825D
Black with #C7825D
Text Example
Text Example
White with #C7825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7825D; }
p { color: rgb(199,130,93); }
H1.HeaderClassName
{
color: #C7825D;
}
.AnyTagClassName
{
color: #C7825D;
}
</style>
background-color css
<style>
a { background-color: #C7825D; }
a { background-color: rgb(199,130,93); }
div.DivClassName
{
background-color: #C7825D;
}
.BgClassName
{
background-color: #C7825D;
}
</style>
border-color css
<style>
span { border-color: #C7825D; }
span { border-color: rgb(199,130,93); }
td.TdClassName
{
border-color: #C7825D;
}
.TagClassName
{
border-color: #C7825D;
}
</style>