Shades of Burning Sand #C17B5F
Tints of Burning Sand #C17B5F
RGB
CMYK
RGB Variations
Color information
#C17B5F (or 0xC17B5F) is known color: Burning Sand. HEX triplet: C1, 7B and 5F. RGB value is (193,123,95). Sum of RGB (Red+Green+Blue) = 193+123+95=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17B5F is #3E84A0. Grayscale: #8C8C8C. Windows color (decimal): -4097185 or 6257601. OLE color: 6257601.
HSL color Cylindrical-coordinate representation of color #C17B5F: hue angle of 17.14º 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 #C17B5F is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 95 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.24 |
| HSL | 17.14º | 0.44% | 0.56% | - |
| HSV(B) | 17.14º | 0.51% | 0.76% | - |
| XYZ | 31.14 | 26.33 | 14.27 | - |
| YUV | 140.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 95 | 0 | 0.36 | 0.51 | 0.24 | 17.14 | 0.44 | 0.56 |
| Hex | C1 | 7B | 5F | 0 | 24 | 33 | 18 | 11 | 2C | 38 |
| Octal | 301 | 173 | 137 | 0 | 44 | 63 | 30 | 21 | 54 | 70 |
| Binary | 11000001 | 1111011 | 1011111 | 0 | 100100 | 110011 | 11000 | 10001 | 101100 | 111000 |
Color Harmonies of #C17B5F
Complementary color
Monochromatic Colors of #C17B5F
Black with #C17B5F
Text Example
Text Example
White with #C17B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B5F; }
p { color: rgb(193,123,95); }
H1.HeaderClassName
{
color: #C17B5F;
}
.AnyTagClassName
{
color: #C17B5F;
}
</style>
background-color css
<style>
a { background-color: #C17B5F; }
a { background-color: rgb(193,123,95); }
div.DivClassName
{
background-color: #C17B5F;
}
.BgClassName
{
background-color: #C17B5F;
}
</style>
border-color css
<style>
span { border-color: #C17B5F; }
span { border-color: rgb(193,123,95); }
td.TdClassName
{
border-color: #C17B5F;
}
.TagClassName
{
border-color: #C17B5F;
}
</style>