Shades of Burning Sand #C17C60
Tints of Burning Sand #C17C60
RGB
CMYK
RGB Variations
Color information
#C17C60 (or 0xC17C60) is known color: Burning Sand. HEX triplet: C1, 7C and 60. RGB value is (193,124,96). Sum of RGB (Red+Green+Blue) = 193+124+96=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17C60 is #3E839F. Grayscale: #8D8D8D. Windows color (decimal): -4096928 or 6323393. OLE color: 6323393.
HSL color Cylindrical-coordinate representation of color #C17C60: hue angle of 17.32º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C17C60 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 96 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.24 |
| HSL | 17.32º | 0.44% | 0.57% | - |
| HSV(B) | 17.32º | 0.5% | 0.76% | - |
| XYZ | 31.31 | 26.6 | 14.55 | - |
| YUV | 141.44 | 102.36 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 96 | 0 | 0.36 | 0.50 | 0.24 | 17.32 | 0.44 | 0.57 |
| Hex | C1 | 7C | 60 | 0 | 24 | 32 | 18 | 11 | 2C | 39 |
| Octal | 301 | 174 | 140 | 0 | 44 | 62 | 30 | 21 | 54 | 71 |
| Binary | 11000001 | 1111100 | 1100000 | 0 | 100100 | 110010 | 11000 | 10001 | 101100 | 111001 |
Color Harmonies of #C17C60
Complementary color
Monochromatic Colors of #C17C60
Black with #C17C60
Text Example
Text Example
White with #C17C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17C60; }
p { color: rgb(193,124,96); }
H1.HeaderClassName
{
color: #C17C60;
}
.AnyTagClassName
{
color: #C17C60;
}
</style>
background-color css
<style>
a { background-color: #C17C60; }
a { background-color: rgb(193,124,96); }
div.DivClassName
{
background-color: #C17C60;
}
.BgClassName
{
background-color: #C17C60;
}
</style>
border-color css
<style>
span { border-color: #C17C60; }
span { border-color: rgb(193,124,96); }
td.TdClassName
{
border-color: #C17C60;
}
.TagClassName
{
border-color: #C17C60;
}
</style>