Shades of Burning Sand #C17D5F
Tints of Burning Sand #C17D5F
RGB
CMYK
RGB Variations
Color information
#C17D5F (or 0xC17D5F) is known color: Burning Sand. HEX triplet: C1, 7D and 5F. RGB value is (193,125,95). Sum of RGB (Red+Green+Blue) = 193+125+95=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D5F is #3E82A0. Grayscale: #8E8E8E. Windows color (decimal): -4096673 or 6258113. OLE color: 6258113.
HSL color Cylindrical-coordinate representation of color #C17D5F: hue angle of 18.37º 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 #C17D5F is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 95 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.24 |
| HSL | 18.37º | 0.44% | 0.56% | - |
| HSV(B) | 18.37º | 0.51% | 0.76% | - |
| XYZ | 31.39 | 26.83 | 14.35 | - |
| YUV | 141.91 | 101.53 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 95 | 0 | 0.35 | 0.51 | 0.24 | 18.37 | 0.44 | 0.56 |
| Hex | C1 | 7D | 5F | 0 | 23 | 33 | 18 | 12 | 2C | 38 |
| Octal | 301 | 175 | 137 | 0 | 43 | 63 | 30 | 22 | 54 | 70 |
| Binary | 11000001 | 1111101 | 1011111 | 0 | 100011 | 110011 | 11000 | 10010 | 101100 | 111000 |
Color Harmonies of #C17D5F
Complementary color
Monochromatic Colors of #C17D5F
Black with #C17D5F
Text Example
Text Example
White with #C17D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17D5F; }
p { color: rgb(193,125,95); }
H1.HeaderClassName
{
color: #C17D5F;
}
.AnyTagClassName
{
color: #C17D5F;
}
</style>
background-color css
<style>
a { background-color: #C17D5F; }
a { background-color: rgb(193,125,95); }
div.DivClassName
{
background-color: #C17D5F;
}
.BgClassName
{
background-color: #C17D5F;
}
</style>
border-color css
<style>
span { border-color: #C17D5F; }
span { border-color: rgb(193,125,95); }
td.TdClassName
{
border-color: #C17D5F;
}
.TagClassName
{
border-color: #C17D5F;
}
</style>