Shades of Burning Sand #C57C69
Tints of Burning Sand #C57C69
RGB
CMYK
RGB Variations
Color information
#C57C69 (or 0xC57C69) is known color: Burning Sand. HEX triplet: C5, 7C and 69. RGB value is (197,124,105). Sum of RGB (Red+Green+Blue) = 197+124+105=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57C69 is #3A8396. Grayscale: #8F8F8F. Windows color (decimal): -3834775 or 6913221. OLE color: 6913221.
HSL color Cylindrical-coordinate representation of color #C57C69: hue angle of 12.39º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C57C69 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 105 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.23 |
| HSL | 12.39º | 0.44% | 0.59% | - |
| HSV(B) | 12.39º | 0.47% | 0.77% | - |
| XYZ | 32.78 | 27.31 | 16.91 | - |
| YUV | 143.66 | 106.18 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 105 | 0 | 0.37 | 0.47 | 0.23 | 12.39 | 0.44 | 0.59 |
| Hex | C5 | 7C | 69 | 0 | 25 | 2F | 17 | C | 2C | 3B |
| Octal | 305 | 174 | 151 | 0 | 45 | 57 | 27 | 14 | 54 | 73 |
| Binary | 11000101 | 1111100 | 1101001 | 0 | 100101 | 101111 | 10111 | 1100 | 101100 | 111011 |
Color Harmonies of #C57C69
Complementary color
Monochromatic Colors of #C57C69
Black with #C57C69
Text Example
Text Example
White with #C57C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C69; }
p { color: rgb(197,124,105); }
H1.HeaderClassName
{
color: #C57C69;
}
.AnyTagClassName
{
color: #C57C69;
}
</style>
background-color css
<style>
a { background-color: #C57C69; }
a { background-color: rgb(197,124,105); }
div.DivClassName
{
background-color: #C57C69;
}
.BgClassName
{
background-color: #C57C69;
}
</style>
border-color css
<style>
span { border-color: #C57C69; }
span { border-color: rgb(197,124,105); }
td.TdClassName
{
border-color: #C57C69;
}
.TagClassName
{
border-color: #C57C69;
}
</style>