Shades of Burning Sand #C5825F
Tints of Burning Sand #C5825F
RGB
CMYK
RGB Variations
Color information
#C5825F (or 0xC5825F) is known color: Burning Sand. HEX triplet: C5, 82 and 5F. RGB value is (197,130,95). Sum of RGB (Red+Green+Blue) = 197+130+95=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5825F is #3A7DA0. Grayscale: #929292. Windows color (decimal): -3833249 or 6259397. OLE color: 6259397.
HSL color Cylindrical-coordinate representation of color #C5825F: hue angle of 20.59º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5825F is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 95 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.23 |
| HSL | 20.59º | 0.47% | 0.57% | - |
| HSV(B) | 20.59º | 0.52% | 0.77% | - |
| XYZ | 33.07 | 28.66 | 14.62 | - |
| YUV | 146.04 | 99.2 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 95 | 0 | 0.34 | 0.52 | 0.23 | 20.59 | 0.47 | 0.57 |
| Hex | C5 | 82 | 5F | 0 | 22 | 34 | 17 | 15 | 2F | 39 |
| Octal | 305 | 202 | 137 | 0 | 42 | 64 | 27 | 25 | 57 | 71 |
| Binary | 11000101 | 10000010 | 1011111 | 0 | 100010 | 110100 | 10111 | 10101 | 101111 | 111001 |
Color Harmonies of #C5825F
Complementary color
Monochromatic Colors of #C5825F
Black with #C5825F
Text Example
Text Example
White with #C5825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5825F; }
p { color: rgb(197,130,95); }
H1.HeaderClassName
{
color: #C5825F;
}
.AnyTagClassName
{
color: #C5825F;
}
</style>
background-color css
<style>
a { background-color: #C5825F; }
a { background-color: rgb(197,130,95); }
div.DivClassName
{
background-color: #C5825F;
}
.BgClassName
{
background-color: #C5825F;
}
</style>
border-color css
<style>
span { border-color: #C5825F; }
span { border-color: rgb(197,130,95); }
td.TdClassName
{
border-color: #C5825F;
}
.TagClassName
{
border-color: #C5825F;
}
</style>