Shades of Burning Sand #C17B5E
Tints of Burning Sand #C17B5E
RGB
CMYK
RGB Variations
Color information
#C17B5E (or 0xC17B5E) is known color: Burning Sand. HEX triplet: C1, 7B and 5E. RGB value is (193,123,94). Sum of RGB (Red+Green+Blue) = 193+123+94=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17B5E is #3E84A1. Grayscale: #8C8C8C. Windows color (decimal): -4097186 or 6192065. OLE color: 6192065.
HSL color Cylindrical-coordinate representation of color #C17B5E: hue angle of 17.58º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C17B5E is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 94 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.24 |
| HSL | 17.58º | 0.44% | 0.56% | - |
| HSV(B) | 17.58º | 0.51% | 0.76% | - |
| XYZ | 31.1 | 26.31 | 14.03 | - |
| YUV | 140.62 | 101.69 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 94 | 0 | 0.36 | 0.51 | 0.24 | 17.58 | 0.44 | 0.56 |
| Hex | C1 | 7B | 5E | 0 | 24 | 33 | 18 | 12 | 2C | 38 |
| Octal | 301 | 173 | 136 | 0 | 44 | 63 | 30 | 22 | 54 | 70 |
| Binary | 11000001 | 1111011 | 1011110 | 0 | 100100 | 110011 | 11000 | 10010 | 101100 | 111000 |
Color Harmonies of #C17B5E
Complementary color
Monochromatic Colors of #C17B5E
Black with #C17B5E
Text Example
Text Example
White with #C17B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B5E; }
p { color: rgb(193,123,94); }
H1.HeaderClassName
{
color: #C17B5E;
}
.AnyTagClassName
{
color: #C17B5E;
}
</style>
background-color css
<style>
a { background-color: #C17B5E; }
a { background-color: rgb(193,123,94); }
div.DivClassName
{
background-color: #C17B5E;
}
.BgClassName
{
background-color: #C17B5E;
}
</style>
border-color css
<style>
span { border-color: #C17B5E; }
span { border-color: rgb(193,123,94); }
td.TdClassName
{
border-color: #C17B5E;
}
.TagClassName
{
border-color: #C17B5E;
}
</style>