Shades of Burning Sand #C5896D
Tints of Burning Sand #C5896D
RGB
CMYK
RGB Variations
Color information
#C5896D (or 0xC5896D) is known color: Burning Sand. HEX triplet: C5, 89 and 6D. RGB value is (197,137,109). Sum of RGB (Red+Green+Blue) = 197+137+109=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5896D is #3A7692. Grayscale: #979797. Windows color (decimal): -3831443 or 7178693. OLE color: 7178693.
HSL color Cylindrical-coordinate representation of color #C5896D: hue angle of 19.09º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5896D is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 109 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.23 |
| HSL | 19.09º | 0.43% | 0.6% | - |
| HSV(B) | 19.09º | 0.45% | 0.77% | - |
| XYZ | 34.73 | 30.87 | 18.6 | - |
| YUV | 151.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 109 | 0 | 0.30 | 0.45 | 0.23 | 19.09 | 0.43 | 0.6 |
| Hex | C5 | 89 | 6D | 0 | 1E | 2D | 17 | 13 | 2B | 3C |
| Octal | 305 | 211 | 155 | 0 | 36 | 55 | 27 | 23 | 53 | 74 |
| Binary | 11000101 | 10001001 | 1101101 | 0 | 11110 | 101101 | 10111 | 10011 | 101011 | 111100 |
Color Harmonies of #C5896D
Complementary color
Monochromatic Colors of #C5896D
Black with #C5896D
Text Example
Text Example
White with #C5896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5896D; }
p { color: rgb(197,137,109); }
H1.HeaderClassName
{
color: #C5896D;
}
.AnyTagClassName
{
color: #C5896D;
}
</style>
background-color css
<style>
a { background-color: #C5896D; }
a { background-color: rgb(197,137,109); }
div.DivClassName
{
background-color: #C5896D;
}
.BgClassName
{
background-color: #C5896D;
}
</style>
border-color css
<style>
span { border-color: #C5896D; }
span { border-color: rgb(197,137,109); }
td.TdClassName
{
border-color: #C5896D;
}
.TagClassName
{
border-color: #C5896D;
}
</style>