Shades of Burning Sand #C57F5C
Tints of Burning Sand #C57F5C
RGB
CMYK
RGB Variations
Color information
#C57F5C (or 0xC57F5C) is known color: Burning Sand. HEX triplet: C5, 7F and 5C. RGB value is (197,127,92). Sum of RGB (Red+Green+Blue) = 197+127+92=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57F5C is #3A80A3. Grayscale: #909090. Windows color (decimal): -3834020 or 6062021. OLE color: 6062021.
HSL color Cylindrical-coordinate representation of color #C57F5C: hue angle of 20º 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 #C57F5C is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 92 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.23 |
| HSL | 20º | 0.48% | 0.57% | - |
| HSV(B) | 20º | 0.53% | 0.77% | - |
| XYZ | 32.55 | 27.82 | 13.78 | - |
| YUV | 143.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 92 | 0 | 0.36 | 0.53 | 0.23 | 20 | 0.48 | 0.57 |
| Hex | C5 | 7F | 5C | 0 | 24 | 35 | 17 | 14 | 30 | 39 |
| Octal | 305 | 177 | 134 | 0 | 44 | 65 | 27 | 24 | 60 | 71 |
| Binary | 11000101 | 1111111 | 1011100 | 0 | 100100 | 110101 | 10111 | 10100 | 110000 | 111001 |
Color Harmonies of #C57F5C
Complementary color
Monochromatic Colors of #C57F5C
Black with #C57F5C
Text Example
Text Example
White with #C57F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F5C; }
p { color: rgb(197,127,92); }
H1.HeaderClassName
{
color: #C57F5C;
}
.AnyTagClassName
{
color: #C57F5C;
}
</style>
background-color css
<style>
a { background-color: #C57F5C; }
a { background-color: rgb(197,127,92); }
div.DivClassName
{
background-color: #C57F5C;
}
.BgClassName
{
background-color: #C57F5C;
}
</style>
border-color css
<style>
span { border-color: #C57F5C; }
span { border-color: rgb(197,127,92); }
td.TdClassName
{
border-color: #C57F5C;
}
.TagClassName
{
border-color: #C57F5C;
}
</style>