Shades of Burning Sand #C5886E
Tints of Burning Sand #C5886E
RGB
CMYK
RGB Variations
Color information
#C5886E (or 0xC5886E) is known color: Burning Sand. HEX triplet: C5, 88 and 6E. RGB value is (197,136,110). Sum of RGB (Red+Green+Blue) = 197+136+110=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5886E is #3A7791. Grayscale: #979797. Windows color (decimal): -3831698 or 7243973. OLE color: 7243973.
HSL color Cylindrical-coordinate representation of color #C5886E: hue angle of 17.93º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5886E is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 110 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.23 |
| HSL | 17.93º | 0.43% | 0.6% | - |
| HSV(B) | 17.93º | 0.44% | 0.77% | - |
| XYZ | 34.64 | 30.6 | 18.83 | - |
| YUV | 151.28 | 104.71 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 110 | 0 | 0.31 | 0.44 | 0.23 | 17.93 | 0.43 | 0.6 |
| Hex | C5 | 88 | 6E | 0 | 1F | 2C | 17 | 12 | 2B | 3C |
| Octal | 305 | 210 | 156 | 0 | 37 | 54 | 27 | 22 | 53 | 74 |
| Binary | 11000101 | 10001000 | 1101110 | 0 | 11111 | 101100 | 10111 | 10010 | 101011 | 111100 |
Color Harmonies of #C5886E
Complementary color
Monochromatic Colors of #C5886E
Black with #C5886E
Text Example
Text Example
White with #C5886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5886E; }
p { color: rgb(197,136,110); }
H1.HeaderClassName
{
color: #C5886E;
}
.AnyTagClassName
{
color: #C5886E;
}
</style>
background-color css
<style>
a { background-color: #C5886E; }
a { background-color: rgb(197,136,110); }
div.DivClassName
{
background-color: #C5886E;
}
.BgClassName
{
background-color: #C5886E;
}
</style>
border-color css
<style>
span { border-color: #C5886E; }
span { border-color: rgb(197,136,110); }
td.TdClassName
{
border-color: #C5886E;
}
.TagClassName
{
border-color: #C5886E;
}
</style>