Shades of Burning Sand #C17D57
Tints of Burning Sand #C17D57
RGB
CMYK
RGB Variations
Color information
#C17D57 (or 0xC17D57) is known color: Burning Sand. HEX triplet: C1, 7D and 57. RGB value is (193,125,87). Sum of RGB (Red+Green+Blue) = 193+125+87=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D57 is #3E82A8. Grayscale: #8D8D8D. Windows color (decimal): -4096681 or 5733825. OLE color: 5733825.
HSL color Cylindrical-coordinate representation of color #C17D57: hue angle of 21.51º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C17D57 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 87 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.24 |
| HSL | 21.51º | 0.46% | 0.55% | - |
| HSV(B) | 21.51º | 0.55% | 0.76% | - |
| XYZ | 31.05 | 26.69 | 12.53 | - |
| YUV | 141 | 97.53 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 87 | 0 | 0.35 | 0.55 | 0.24 | 21.51 | 0.46 | 0.55 |
| Hex | C1 | 7D | 57 | 0 | 23 | 37 | 18 | 16 | 2E | 37 |
| Octal | 301 | 175 | 127 | 0 | 43 | 67 | 30 | 26 | 56 | 67 |
| Binary | 11000001 | 1111101 | 1010111 | 0 | 100011 | 110111 | 11000 | 10110 | 101110 | 110111 |
Color Harmonies of #C17D57
Complementary color
Monochromatic Colors of #C17D57
Black with #C17D57
Text Example
Text Example
White with #C17D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17D57; }
p { color: rgb(193,125,87); }
H1.HeaderClassName
{
color: #C17D57;
}
.AnyTagClassName
{
color: #C17D57;
}
</style>
background-color css
<style>
a { background-color: #C17D57; }
a { background-color: rgb(193,125,87); }
div.DivClassName
{
background-color: #C17D57;
}
.BgClassName
{
background-color: #C17D57;
}
</style>
border-color css
<style>
span { border-color: #C17D57; }
span { border-color: rgb(193,125,87); }
td.TdClassName
{
border-color: #C17D57;
}
.TagClassName
{
border-color: #C17D57;
}
</style>