Shades of Burning Sand #C17E5C
Tints of Burning Sand #C17E5C
RGB
CMYK
RGB Variations
Color information
#C17E5C (or 0xC17E5C) is known color: Burning Sand. HEX triplet: C1, 7E and 5C. RGB value is (193,126,92). Sum of RGB (Red+Green+Blue) = 193+126+92=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17E5C is #3E81A3. Grayscale: #8E8E8E. Windows color (decimal): -4096420 or 6061761. OLE color: 6061761.
HSL color Cylindrical-coordinate representation of color #C17E5C: hue angle of 20.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C17E5C is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 92 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.24 |
| HSL | 20.2º | 0.45% | 0.56% | - |
| HSV(B) | 20.2º | 0.52% | 0.76% | - |
| XYZ | 31.38 | 27.03 | 13.69 | - |
| YUV | 142.16 | 99.7 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 92 | 0 | 0.35 | 0.52 | 0.24 | 20.2 | 0.45 | 0.56 |
| Hex | C1 | 7E | 5C | 0 | 23 | 34 | 18 | 14 | 2D | 38 |
| Octal | 301 | 176 | 134 | 0 | 43 | 64 | 30 | 24 | 55 | 70 |
| Binary | 11000001 | 1111110 | 1011100 | 0 | 100011 | 110100 | 11000 | 10100 | 101101 | 111000 |
Color Harmonies of #C17E5C
Complementary color
Monochromatic Colors of #C17E5C
Black with #C17E5C
Text Example
Text Example
White with #C17E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17E5C; }
p { color: rgb(193,126,92); }
H1.HeaderClassName
{
color: #C17E5C;
}
.AnyTagClassName
{
color: #C17E5C;
}
</style>
background-color css
<style>
a { background-color: #C17E5C; }
a { background-color: rgb(193,126,92); }
div.DivClassName
{
background-color: #C17E5C;
}
.BgClassName
{
background-color: #C17E5C;
}
</style>
border-color css
<style>
span { border-color: #C17E5C; }
span { border-color: rgb(193,126,92); }
td.TdClassName
{
border-color: #C17E5C;
}
.TagClassName
{
border-color: #C17E5C;
}
</style>