Shades of Burning Sand #C57F6E
Tints of Burning Sand #C57F6E
RGB
CMYK
RGB Variations
Color information
#C57F6E (or 0xC57F6E) is known color: Burning Sand. HEX triplet: C5, 7F and 6E. RGB value is (197,127,110). Sum of RGB (Red+Green+Blue) = 197+127+110=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57F6E is #3A8091. Grayscale: #929292. Windows color (decimal): -3834002 or 7241669. OLE color: 7241669.
HSL color Cylindrical-coordinate representation of color #C57F6E: hue angle of 11.72º 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 #C57F6E is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 110 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.23 |
| HSL | 11.72º | 0.43% | 0.6% | - |
| HSV(B) | 11.72º | 0.44% | 0.77% | - |
| XYZ | 33.43 | 28.17 | 18.43 | - |
| YUV | 145.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 110 | 0 | 0.36 | 0.44 | 0.23 | 11.72 | 0.43 | 0.6 |
| Hex | C5 | 7F | 6E | 0 | 24 | 2C | 17 | C | 2B | 3C |
| Octal | 305 | 177 | 156 | 0 | 44 | 54 | 27 | 14 | 53 | 74 |
| Binary | 11000101 | 1111111 | 1101110 | 0 | 100100 | 101100 | 10111 | 1100 | 101011 | 111100 |
Color Harmonies of #C57F6E
Complementary color
Monochromatic Colors of #C57F6E
Black with #C57F6E
Text Example
Text Example
White with #C57F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F6E; }
p { color: rgb(197,127,110); }
H1.HeaderClassName
{
color: #C57F6E;
}
.AnyTagClassName
{
color: #C57F6E;
}
</style>
background-color css
<style>
a { background-color: #C57F6E; }
a { background-color: rgb(197,127,110); }
div.DivClassName
{
background-color: #C57F6E;
}
.BgClassName
{
background-color: #C57F6E;
}
</style>
border-color css
<style>
span { border-color: #C57F6E; }
span { border-color: rgb(197,127,110); }
td.TdClassName
{
border-color: #C57F6E;
}
.TagClassName
{
border-color: #C57F6E;
}
</style>