Shades of Burning Sand #C57D5C
Tints of Burning Sand #C57D5C
RGB
CMYK
RGB Variations
Color information
#C57D5C (or 0xC57D5C) is known color: Burning Sand. HEX triplet: C5, 7D and 5C. RGB value is (197,125,92). Sum of RGB (Red+Green+Blue) = 197+125+92=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D5C is #3A82A3. Grayscale: #8E8E8E. Windows color (decimal): -3834532 or 6061509. OLE color: 6061509.
HSL color Cylindrical-coordinate representation of color #C57D5C: hue angle of 18.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C57D5C is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 92 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.23 |
| HSL | 18.86º | 0.48% | 0.57% | - |
| HSV(B) | 18.86º | 0.53% | 0.77% | - |
| XYZ | 32.29 | 27.31 | 13.69 | - |
| YUV | 142.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 92 | 0 | 0.37 | 0.53 | 0.23 | 18.86 | 0.48 | 0.57 |
| Hex | C5 | 7D | 5C | 0 | 25 | 35 | 17 | 13 | 30 | 39 |
| Octal | 305 | 175 | 134 | 0 | 45 | 65 | 27 | 23 | 60 | 71 |
| Binary | 11000101 | 1111101 | 1011100 | 0 | 100101 | 110101 | 10111 | 10011 | 110000 | 111001 |
Color Harmonies of #C57D5C
Complementary color
Monochromatic Colors of #C57D5C
Black with #C57D5C
Text Example
Text Example
White with #C57D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D5C; }
p { color: rgb(197,125,92); }
H1.HeaderClassName
{
color: #C57D5C;
}
.AnyTagClassName
{
color: #C57D5C;
}
</style>
background-color css
<style>
a { background-color: #C57D5C; }
a { background-color: rgb(197,125,92); }
div.DivClassName
{
background-color: #C57D5C;
}
.BgClassName
{
background-color: #C57D5C;
}
</style>
border-color css
<style>
span { border-color: #C57D5C; }
span { border-color: rgb(197,125,92); }
td.TdClassName
{
border-color: #C57D5C;
}
.TagClassName
{
border-color: #C57D5C;
}
</style>