Shades of Burning Sand #C0825B
Tints of Burning Sand #C0825B
RGB
CMYK
RGB Variations
Color information
#C0825B (or 0xC0825B) is known color: Burning Sand. HEX triplet: C0, 82 and 5B. RGB value is (192,130,91). Sum of RGB (Red+Green+Blue) = 192+130+91=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0825B is #3F7DA4. Grayscale: #909090. Windows color (decimal): -4160933 or 5997248. OLE color: 5997248.
HSL color Cylindrical-coordinate representation of color #C0825B: hue angle of 23.17º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0825B is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 91 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.25 |
| HSL | 23.17º | 0.44% | 0.55% | - |
| HSV(B) | 23.17º | 0.53% | 0.75% | - |
| XYZ | 31.61 | 27.93 | 13.62 | - |
| YUV | 144.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 91 | 0 | 0.32 | 0.53 | 0.25 | 23.17 | 0.44 | 0.55 |
| Hex | C0 | 82 | 5B | 0 | 20 | 35 | 19 | 17 | 2C | 37 |
| Octal | 300 | 202 | 133 | 0 | 40 | 65 | 31 | 27 | 54 | 67 |
| Binary | 11000000 | 10000010 | 1011011 | 0 | 100000 | 110101 | 11001 | 10111 | 101100 | 110111 |
Color Harmonies of #C0825B
Complementary color
Monochromatic Colors of #C0825B
Black with #C0825B
Text Example
Text Example
White with #C0825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0825B; }
p { color: rgb(192,130,91); }
H1.HeaderClassName
{
color: #C0825B;
}
.AnyTagClassName
{
color: #C0825B;
}
</style>
background-color css
<style>
a { background-color: #C0825B; }
a { background-color: rgb(192,130,91); }
div.DivClassName
{
background-color: #C0825B;
}
.BgClassName
{
background-color: #C0825B;
}
</style>
border-color css
<style>
span { border-color: #C0825B; }
span { border-color: rgb(192,130,91); }
td.TdClassName
{
border-color: #C0825B;
}
.TagClassName
{
border-color: #C0825B;
}
</style>