Shades of Burning Sand #C17F58
Tints of Burning Sand #C17F58
RGB
CMYK
RGB Variations
Color information
#C17F58 (or 0xC17F58) is known color: Burning Sand. HEX triplet: C1, 7F and 58. RGB value is (193,127,88). Sum of RGB (Red+Green+Blue) = 193+127+88=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F58 is #3E80A7. Grayscale: #8E8E8E. Windows color (decimal): -4096168 or 5799873. OLE color: 5799873.
HSL color Cylindrical-coordinate representation of color #C17F58: hue angle of 22.29º 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 #C17F58 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 88 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.24 |
| HSL | 22.29º | 0.46% | 0.55% | - |
| HSV(B) | 22.29º | 0.54% | 0.76% | - |
| XYZ | 31.34 | 27.22 | 12.83 | - |
| YUV | 142.29 | 97.37 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 88 | 0 | 0.34 | 0.54 | 0.24 | 22.29 | 0.46 | 0.55 |
| Hex | C1 | 7F | 58 | 0 | 22 | 36 | 18 | 16 | 2E | 37 |
| Octal | 301 | 177 | 130 | 0 | 42 | 66 | 30 | 26 | 56 | 67 |
| Binary | 11000001 | 1111111 | 1011000 | 0 | 100010 | 110110 | 11000 | 10110 | 101110 | 110111 |
Color Harmonies of #C17F58
Complementary color
Monochromatic Colors of #C17F58
Black with #C17F58
Text Example
Text Example
White with #C17F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F58; }
p { color: rgb(193,127,88); }
H1.HeaderClassName
{
color: #C17F58;
}
.AnyTagClassName
{
color: #C17F58;
}
</style>
background-color css
<style>
a { background-color: #C17F58; }
a { background-color: rgb(193,127,88); }
div.DivClassName
{
background-color: #C17F58;
}
.BgClassName
{
background-color: #C17F58;
}
</style>
border-color css
<style>
span { border-color: #C17F58; }
span { border-color: rgb(193,127,88); }
td.TdClassName
{
border-color: #C17F58;
}
.TagClassName
{
border-color: #C17F58;
}
</style>