Shades of Burning Sand #C0825E
Tints of Burning Sand #C0825E
RGB
CMYK
RGB Variations
Color information
#C0825E (or 0xC0825E) is known color: Burning Sand. HEX triplet: C0, 82 and 5E. RGB value is (192,130,94). Sum of RGB (Red+Green+Blue) = 192+130+94=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0825E is #3F7DA1. Grayscale: #909090. Windows color (decimal): -4160930 or 6193856. OLE color: 6193856.
HSL color Cylindrical-coordinate representation of color #C0825E: hue angle of 22.04º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0825E is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 94 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.25 |
| HSL | 22.04º | 0.44% | 0.56% | - |
| HSV(B) | 22.04º | 0.51% | 0.75% | - |
| XYZ | 31.74 | 27.98 | 14.32 | - |
| YUV | 144.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 94 | 0 | 0.32 | 0.51 | 0.25 | 22.04 | 0.44 | 0.56 |
| Hex | C0 | 82 | 5E | 0 | 20 | 33 | 19 | 16 | 2C | 38 |
| Octal | 300 | 202 | 136 | 0 | 40 | 63 | 31 | 26 | 54 | 70 |
| Binary | 11000000 | 10000010 | 1011110 | 0 | 100000 | 110011 | 11001 | 10110 | 101100 | 111000 |
Color Harmonies of #C0825E
Complementary color
Monochromatic Colors of #C0825E
Black with #C0825E
Text Example
Text Example
White with #C0825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0825E; }
p { color: rgb(192,130,94); }
H1.HeaderClassName
{
color: #C0825E;
}
.AnyTagClassName
{
color: #C0825E;
}
</style>
background-color css
<style>
a { background-color: #C0825E; }
a { background-color: rgb(192,130,94); }
div.DivClassName
{
background-color: #C0825E;
}
.BgClassName
{
background-color: #C0825E;
}
</style>
border-color css
<style>
span { border-color: #C0825E; }
span { border-color: rgb(192,130,94); }
td.TdClassName
{
border-color: #C0825E;
}
.TagClassName
{
border-color: #C0825E;
}
</style>