Shades of Burning Sand #C5876A
Tints of Burning Sand #C5876A
RGB
CMYK
RGB Variations
Color information
#C5876A (or 0xC5876A) is known color: Burning Sand. HEX triplet: C5, 87 and 6A. RGB value is (197,135,106). Sum of RGB (Red+Green+Blue) = 197+135+106=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5876A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5876A is #3A7895. Grayscale: #969696. Windows color (decimal): -3831958 or 6981573. OLE color: 6981573.
HSL color Cylindrical-coordinate representation of color #C5876A: hue angle of 19.12º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5876A is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 106 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.23 |
| HSL | 19.12º | 0.44% | 0.59% | - |
| HSV(B) | 19.12º | 0.46% | 0.77% | - |
| XYZ | 34.29 | 30.24 | 17.67 | - |
| YUV | 150.23 | 103.04 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 106 | 0 | 0.31 | 0.46 | 0.23 | 19.12 | 0.44 | 0.59 |
| Hex | C5 | 87 | 6A | 0 | 1F | 2E | 17 | 13 | 2C | 3B |
| Octal | 305 | 207 | 152 | 0 | 37 | 56 | 27 | 23 | 54 | 73 |
| Binary | 11000101 | 10000111 | 1101010 | 0 | 11111 | 101110 | 10111 | 10011 | 101100 | 111011 |
Color Harmonies of #C5876A
Complementary color
Monochromatic Colors of #C5876A
Black with #C5876A
Text Example
Text Example
White with #C5876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5876A; }
p { color: rgb(197,135,106); }
H1.HeaderClassName
{
color: #C5876A;
}
.AnyTagClassName
{
color: #C5876A;
}
</style>
background-color css
<style>
a { background-color: #C5876A; }
a { background-color: rgb(197,135,106); }
div.DivClassName
{
background-color: #C5876A;
}
.BgClassName
{
background-color: #C5876A;
}
</style>
border-color css
<style>
span { border-color: #C5876A; }
span { border-color: rgb(197,135,106); }
td.TdClassName
{
border-color: #C5876A;
}
.TagClassName
{
border-color: #C5876A;
}
</style>