Shades of Burning Sand #C57D62
Tints of Burning Sand #C57D62
RGB
CMYK
RGB Variations
Color information
#C57D62 (or 0xC57D62) is known color: Burning Sand. HEX triplet: C5, 7D and 62. RGB value is (197,125,98). Sum of RGB (Red+Green+Blue) = 197+125+98=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D62 is #3A829D. Grayscale: #8F8F8F. Windows color (decimal): -3834526 or 6454725. OLE color: 6454725.
HSL color Cylindrical-coordinate representation of color #C57D62: hue angle of 16.36º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C57D62 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 98 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.23 |
| HSL | 16.36º | 0.46% | 0.58% | - |
| HSV(B) | 16.36º | 0.5% | 0.77% | - |
| XYZ | 32.56 | 27.42 | 15.13 | - |
| YUV | 143.45 | 102.35 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 98 | 0 | 0.37 | 0.50 | 0.23 | 16.36 | 0.46 | 0.58 |
| Hex | C5 | 7D | 62 | 0 | 25 | 32 | 17 | 10 | 2E | 3A |
| Octal | 305 | 175 | 142 | 0 | 45 | 62 | 27 | 20 | 56 | 72 |
| Binary | 11000101 | 1111101 | 1100010 | 0 | 100101 | 110010 | 10111 | 10000 | 101110 | 111010 |
Color Harmonies of #C57D62
Complementary color
Monochromatic Colors of #C57D62
Black with #C57D62
Text Example
Text Example
White with #C57D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D62; }
p { color: rgb(197,125,98); }
H1.HeaderClassName
{
color: #C57D62;
}
.AnyTagClassName
{
color: #C57D62;
}
</style>
background-color css
<style>
a { background-color: #C57D62; }
a { background-color: rgb(197,125,98); }
div.DivClassName
{
background-color: #C57D62;
}
.BgClassName
{
background-color: #C57D62;
}
</style>
border-color css
<style>
span { border-color: #C57D62; }
span { border-color: rgb(197,125,98); }
td.TdClassName
{
border-color: #C57D62;
}
.TagClassName
{
border-color: #C57D62;
}
</style>