Shades of Burning Sand #C57D6A
Tints of Burning Sand #C57D6A
RGB
CMYK
RGB Variations
Color information
#C57D6A (or 0xC57D6A) is known color: Burning Sand. HEX triplet: C5, 7D and 6A. RGB value is (197,125,106). Sum of RGB (Red+Green+Blue) = 197+125+106=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D6A is #3A8295. Grayscale: #909090. Windows color (decimal): -3834518 or 6979013. OLE color: 6979013.
HSL color Cylindrical-coordinate representation of color #C57D6A: hue angle of 12.53º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C57D6A is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 106 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.23 |
| HSL | 12.53º | 0.44% | 0.59% | - |
| HSV(B) | 12.53º | 0.46% | 0.77% | - |
| XYZ | 32.96 | 27.58 | 17.22 | - |
| YUV | 144.36 | 106.35 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 106 | 0 | 0.37 | 0.46 | 0.23 | 12.53 | 0.44 | 0.59 |
| Hex | C5 | 7D | 6A | 0 | 25 | 2E | 17 | D | 2C | 3B |
| Octal | 305 | 175 | 152 | 0 | 45 | 56 | 27 | 15 | 54 | 73 |
| Binary | 11000101 | 1111101 | 1101010 | 0 | 100101 | 101110 | 10111 | 1101 | 101100 | 111011 |
Color Harmonies of #C57D6A
Complementary color
Monochromatic Colors of #C57D6A
Black with #C57D6A
Text Example
Text Example
White with #C57D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D6A; }
p { color: rgb(197,125,106); }
H1.HeaderClassName
{
color: #C57D6A;
}
.AnyTagClassName
{
color: #C57D6A;
}
</style>
background-color css
<style>
a { background-color: #C57D6A; }
a { background-color: rgb(197,125,106); }
div.DivClassName
{
background-color: #C57D6A;
}
.BgClassName
{
background-color: #C57D6A;
}
</style>
border-color css
<style>
span { border-color: #C57D6A; }
span { border-color: rgb(197,125,106); }
td.TdClassName
{
border-color: #C57D6A;
}
.TagClassName
{
border-color: #C57D6A;
}
</style>