Shades of Burning Sand #C17E58
Tints of Burning Sand #C17E58
RGB
CMYK
RGB Variations
Color information
#C17E58 (or 0xC17E58) is known color: Burning Sand. HEX triplet: C1, 7E and 58. RGB value is (193,126,88). Sum of RGB (Red+Green+Blue) = 193+126+88=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17E58 is #3E81A7. Grayscale: #8D8D8D. Windows color (decimal): -4096424 or 5799617. OLE color: 5799617.
HSL color Cylindrical-coordinate representation of color #C17E58: hue angle of 21.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C17E58 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 88 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.24 |
| HSL | 21.71º | 0.46% | 0.55% | - |
| HSV(B) | 21.71º | 0.54% | 0.76% | - |
| XYZ | 31.21 | 26.96 | 12.79 | - |
| YUV | 141.7 | 97.7 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 88 | 0 | 0.35 | 0.54 | 0.24 | 21.71 | 0.46 | 0.55 |
| Hex | C1 | 7E | 58 | 0 | 23 | 36 | 18 | 16 | 2E | 37 |
| Octal | 301 | 176 | 130 | 0 | 43 | 66 | 30 | 26 | 56 | 67 |
| Binary | 11000001 | 1111110 | 1011000 | 0 | 100011 | 110110 | 11000 | 10110 | 101110 | 110111 |
Color Harmonies of #C17E58
Complementary color
Monochromatic Colors of #C17E58
Black with #C17E58
Text Example
Text Example
White with #C17E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17E58; }
p { color: rgb(193,126,88); }
H1.HeaderClassName
{
color: #C17E58;
}
.AnyTagClassName
{
color: #C17E58;
}
</style>
background-color css
<style>
a { background-color: #C17E58; }
a { background-color: rgb(193,126,88); }
div.DivClassName
{
background-color: #C17E58;
}
.BgClassName
{
background-color: #C17E58;
}
</style>
border-color css
<style>
span { border-color: #C17E58; }
span { border-color: rgb(193,126,88); }
td.TdClassName
{
border-color: #C17E58;
}
.TagClassName
{
border-color: #C17E58;
}
</style>