Shades of Burning Sand #C57E5B
Tints of Burning Sand #C57E5B
RGB
CMYK
RGB Variations
Color information
#C57E5B (or 0xC57E5B) is known color: Burning Sand. HEX triplet: C5, 7E and 5B. RGB value is (197,126,91). Sum of RGB (Red+Green+Blue) = 197+126+91=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57E5B is #3A81A4. Grayscale: #8F8F8F. Windows color (decimal): -3834277 or 5996229. OLE color: 5996229.
HSL color Cylindrical-coordinate representation of color #C57E5B: hue angle of 19.81º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C57E5B is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 91 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.23 |
| HSL | 19.81º | 0.48% | 0.56% | - |
| HSV(B) | 19.81º | 0.54% | 0.77% | - |
| XYZ | 32.38 | 27.55 | 13.51 | - |
| YUV | 143.24 | 98.52 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 91 | 0 | 0.36 | 0.54 | 0.23 | 19.81 | 0.48 | 0.56 |
| Hex | C5 | 7E | 5B | 0 | 24 | 36 | 17 | 14 | 30 | 38 |
| Octal | 305 | 176 | 133 | 0 | 44 | 66 | 27 | 24 | 60 | 70 |
| Binary | 11000101 | 1111110 | 1011011 | 0 | 100100 | 110110 | 10111 | 10100 | 110000 | 111000 |
Color Harmonies of #C57E5B
Complementary color
Monochromatic Colors of #C57E5B
Black with #C57E5B
Text Example
Text Example
White with #C57E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E5B; }
p { color: rgb(197,126,91); }
H1.HeaderClassName
{
color: #C57E5B;
}
.AnyTagClassName
{
color: #C57E5B;
}
</style>
background-color css
<style>
a { background-color: #C57E5B; }
a { background-color: rgb(197,126,91); }
div.DivClassName
{
background-color: #C57E5B;
}
.BgClassName
{
background-color: #C57E5B;
}
</style>
border-color css
<style>
span { border-color: #C57E5B; }
span { border-color: rgb(197,126,91); }
td.TdClassName
{
border-color: #C57E5B;
}
.TagClassName
{
border-color: #C57E5B;
}
</style>