Shades of Burning Sand #C57B68
Tints of Burning Sand #C57B68
RGB
CMYK
RGB Variations
Color information
#C57B68 (or 0xC57B68) is known color: Burning Sand. HEX triplet: C5, 7B and 68. RGB value is (197,123,104). Sum of RGB (Red+Green+Blue) = 197+123+104=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57B68 is #3A8497. Grayscale: #8F8F8F. Windows color (decimal): -3835032 or 6847429. OLE color: 6847429.
HSL color Cylindrical-coordinate representation of color #C57B68: hue angle of 12.26º 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 #C57B68 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 104 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.23 |
| HSL | 12.26º | 0.44% | 0.59% | - |
| HSV(B) | 12.26º | 0.47% | 0.77% | - |
| XYZ | 32.61 | 27.04 | 16.6 | - |
| YUV | 142.96 | 106.02 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 104 | 0 | 0.38 | 0.47 | 0.23 | 12.26 | 0.44 | 0.59 |
| Hex | C5 | 7B | 68 | 0 | 26 | 2F | 17 | C | 2C | 3B |
| Octal | 305 | 173 | 150 | 0 | 46 | 57 | 27 | 14 | 54 | 73 |
| Binary | 11000101 | 1111011 | 1101000 | 0 | 100110 | 101111 | 10111 | 1100 | 101100 | 111011 |
Color Harmonies of #C57B68
Complementary color
Monochromatic Colors of #C57B68
Black with #C57B68
Text Example
Text Example
White with #C57B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B68; }
p { color: rgb(197,123,104); }
H1.HeaderClassName
{
color: #C57B68;
}
.AnyTagClassName
{
color: #C57B68;
}
</style>
background-color css
<style>
a { background-color: #C57B68; }
a { background-color: rgb(197,123,104); }
div.DivClassName
{
background-color: #C57B68;
}
.BgClassName
{
background-color: #C57B68;
}
</style>
border-color css
<style>
span { border-color: #C57B68; }
span { border-color: rgb(197,123,104); }
td.TdClassName
{
border-color: #C57B68;
}
.TagClassName
{
border-color: #C57B68;
}
</style>