Shades of Burning Sand #C5856A
Tints of Burning Sand #C5856A
RGB
CMYK
RGB Variations
Color information
#C5856A (or 0xC5856A) is known color: Burning Sand. HEX triplet: C5, 85 and 6A. RGB value is (197,133,106). Sum of RGB (Red+Green+Blue) = 197+133+106=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5856A is #3A7A95. Grayscale: #959595. Windows color (decimal): -3832470 or 6981061. OLE color: 6981061.
HSL color Cylindrical-coordinate representation of color #C5856A: hue angle of 17.8º 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 #C5856A is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 106 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.23 |
| HSL | 17.8º | 0.44% | 0.59% | - |
| HSV(B) | 17.8º | 0.46% | 0.77% | - |
| XYZ | 34.02 | 29.69 | 17.57 | - |
| YUV | 149.06 | 103.7 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 106 | 0 | 0.32 | 0.46 | 0.23 | 17.8 | 0.44 | 0.59 |
| Hex | C5 | 85 | 6A | 0 | 20 | 2E | 17 | 12 | 2C | 3B |
| Octal | 305 | 205 | 152 | 0 | 40 | 56 | 27 | 22 | 54 | 73 |
| Binary | 11000101 | 10000101 | 1101010 | 0 | 100000 | 101110 | 10111 | 10010 | 101100 | 111011 |
Color Harmonies of #C5856A
Complementary color
Monochromatic Colors of #C5856A
Black with #C5856A
Text Example
Text Example
White with #C5856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5856A; }
p { color: rgb(197,133,106); }
H1.HeaderClassName
{
color: #C5856A;
}
.AnyTagClassName
{
color: #C5856A;
}
</style>
background-color css
<style>
a { background-color: #C5856A; }
a { background-color: rgb(197,133,106); }
div.DivClassName
{
background-color: #C5856A;
}
.BgClassName
{
background-color: #C5856A;
}
</style>
border-color css
<style>
span { border-color: #C5856A; }
span { border-color: rgb(197,133,106); }
td.TdClassName
{
border-color: #C5856A;
}
.TagClassName
{
border-color: #C5856A;
}
</style>