Shades of Burning Sand #C57D63
Tints of Burning Sand #C57D63
RGB
CMYK
RGB Variations
Color information
#C57D63 (or 0xC57D63) is known color: Burning Sand. HEX triplet: C5, 7D and 63. RGB value is (197,125,99). Sum of RGB (Red+Green+Blue) = 197+125+99=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D63 is #3A829C. Grayscale: #8F8F8F. Windows color (decimal): -3834525 or 6520261. OLE color: 6520261.
HSL color Cylindrical-coordinate representation of color #C57D63: hue angle of 15.92º 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 #C57D63 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 99 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.23 |
| HSL | 15.92º | 0.46% | 0.58% | - |
| HSV(B) | 15.92º | 0.5% | 0.77% | - |
| XYZ | 32.61 | 27.44 | 15.38 | - |
| YUV | 143.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 99 | 0 | 0.37 | 0.50 | 0.23 | 15.92 | 0.46 | 0.58 |
| Hex | C5 | 7D | 63 | 0 | 25 | 32 | 17 | 10 | 2E | 3A |
| Octal | 305 | 175 | 143 | 0 | 45 | 62 | 27 | 20 | 56 | 72 |
| Binary | 11000101 | 1111101 | 1100011 | 0 | 100101 | 110010 | 10111 | 10000 | 101110 | 111010 |
Color Harmonies of #C57D63
Complementary color
Monochromatic Colors of #C57D63
Black with #C57D63
Text Example
Text Example
White with #C57D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D63; }
p { color: rgb(197,125,99); }
H1.HeaderClassName
{
color: #C57D63;
}
.AnyTagClassName
{
color: #C57D63;
}
</style>
background-color css
<style>
a { background-color: #C57D63; }
a { background-color: rgb(197,125,99); }
div.DivClassName
{
background-color: #C57D63;
}
.BgClassName
{
background-color: #C57D63;
}
</style>
border-color css
<style>
span { border-color: #C57D63; }
span { border-color: rgb(197,125,99); }
td.TdClassName
{
border-color: #C57D63;
}
.TagClassName
{
border-color: #C57D63;
}
</style>