Shades of Burning Sand #C17F56
Tints of Burning Sand #C17F56
RGB
CMYK
RGB Variations
Color information
#C17F56 (or 0xC17F56) is known color: Burning Sand. HEX triplet: C1, 7F and 56. RGB value is (193,127,86). Sum of RGB (Red+Green+Blue) = 193+127+86=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F56 is #3E80A9. Grayscale: #8E8E8E. Windows color (decimal): -4096170 or 5668801. OLE color: 5668801.
HSL color Cylindrical-coordinate representation of color #C17F56: hue angle of 22.99º 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 #C17F56 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 86 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.24 |
| HSL | 22.99º | 0.46% | 0.55% | - |
| HSV(B) | 22.99º | 0.55% | 0.76% | - |
| XYZ | 31.26 | 27.19 | 12.4 | - |
| YUV | 142.06 | 96.37 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 86 | 0 | 0.34 | 0.55 | 0.24 | 22.99 | 0.46 | 0.55 |
| Hex | C1 | 7F | 56 | 0 | 22 | 37 | 18 | 17 | 2E | 37 |
| Octal | 301 | 177 | 126 | 0 | 42 | 67 | 30 | 27 | 56 | 67 |
| Binary | 11000001 | 1111111 | 1010110 | 0 | 100010 | 110111 | 11000 | 10111 | 101110 | 110111 |
Color Harmonies of #C17F56
Complementary color
Monochromatic Colors of #C17F56
Black with #C17F56
Text Example
Text Example
White with #C17F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F56; }
p { color: rgb(193,127,86); }
H1.HeaderClassName
{
color: #C17F56;
}
.AnyTagClassName
{
color: #C17F56;
}
</style>
background-color css
<style>
a { background-color: #C17F56; }
a { background-color: rgb(193,127,86); }
div.DivClassName
{
background-color: #C17F56;
}
.BgClassName
{
background-color: #C17F56;
}
</style>
border-color css
<style>
span { border-color: #C17F56; }
span { border-color: rgb(193,127,86); }
td.TdClassName
{
border-color: #C17F56;
}
.TagClassName
{
border-color: #C17F56;
}
</style>