Shades of Burning Sand #C57D68
Tints of Burning Sand #C57D68
RGB
CMYK
RGB Variations
Color information
#C57D68 (or 0xC57D68) is known color: Burning Sand. HEX triplet: C5, 7D and 68. RGB value is (197,125,104). Sum of RGB (Red+Green+Blue) = 197+125+104=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D68 is #3A8297. Grayscale: #909090. Windows color (decimal): -3834520 or 6847941. OLE color: 6847941.
HSL color Cylindrical-coordinate representation of color #C57D68: hue angle of 13.55º 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 #C57D68 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 104 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.23 |
| HSL | 13.55º | 0.44% | 0.59% | - |
| HSV(B) | 13.55º | 0.47% | 0.77% | - |
| XYZ | 32.86 | 27.54 | 16.68 | - |
| YUV | 144.13 | 105.35 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 104 | 0 | 0.37 | 0.47 | 0.23 | 13.55 | 0.44 | 0.59 |
| Hex | C5 | 7D | 68 | 0 | 25 | 2F | 17 | E | 2C | 3B |
| Octal | 305 | 175 | 150 | 0 | 45 | 57 | 27 | 16 | 54 | 73 |
| Binary | 11000101 | 1111101 | 1101000 | 0 | 100101 | 101111 | 10111 | 1110 | 101100 | 111011 |
Color Harmonies of #C57D68
Complementary color
Monochromatic Colors of #C57D68
Black with #C57D68
Text Example
Text Example
White with #C57D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D68; }
p { color: rgb(197,125,104); }
H1.HeaderClassName
{
color: #C57D68;
}
.AnyTagClassName
{
color: #C57D68;
}
</style>
background-color css
<style>
a { background-color: #C57D68; }
a { background-color: rgb(197,125,104); }
div.DivClassName
{
background-color: #C57D68;
}
.BgClassName
{
background-color: #C57D68;
}
</style>
border-color css
<style>
span { border-color: #C57D68; }
span { border-color: rgb(197,125,104); }
td.TdClassName
{
border-color: #C57D68;
}
.TagClassName
{
border-color: #C57D68;
}
</style>