Shades of Burning Sand #C6825E
Tints of Burning Sand #C6825E
RGB
CMYK
RGB Variations
Color information
#C6825E (or 0xC6825E) is known color: Burning Sand. HEX triplet: C6, 82 and 5E. RGB value is (198,130,94). Sum of RGB (Red+Green+Blue) = 198+130+94=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6825E is #397DA1. Grayscale: #929292. Windows color (decimal): -3767714 or 6193862. OLE color: 6193862.
HSL color Cylindrical-coordinate representation of color #C6825E: hue angle of 20.77º 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 #C6825E is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 94 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.22 |
| HSL | 20.77º | 0.48% | 0.57% | - |
| HSV(B) | 20.77º | 0.53% | 0.78% | - |
| XYZ | 33.29 | 28.78 | 14.39 | - |
| YUV | 146.23 | 98.53 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 94 | 0 | 0.34 | 0.53 | 0.22 | 20.77 | 0.48 | 0.57 |
| Hex | C6 | 82 | 5E | 0 | 22 | 35 | 16 | 15 | 30 | 39 |
| Octal | 306 | 202 | 136 | 0 | 42 | 65 | 26 | 25 | 60 | 71 |
| Binary | 11000110 | 10000010 | 1011110 | 0 | 100010 | 110101 | 10110 | 10101 | 110000 | 111001 |
Color Harmonies of #C6825E
Complementary color
Monochromatic Colors of #C6825E
Black with #C6825E
Text Example
Text Example
White with #C6825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6825E; }
p { color: rgb(198,130,94); }
H1.HeaderClassName
{
color: #C6825E;
}
.AnyTagClassName
{
color: #C6825E;
}
</style>
background-color css
<style>
a { background-color: #C6825E; }
a { background-color: rgb(198,130,94); }
div.DivClassName
{
background-color: #C6825E;
}
.BgClassName
{
background-color: #C6825E;
}
</style>
border-color css
<style>
span { border-color: #C6825E; }
span { border-color: rgb(198,130,94); }
td.TdClassName
{
border-color: #C6825E;
}
.TagClassName
{
border-color: #C6825E;
}
</style>