Shades of Burning Sand #C17F64
Tints of Burning Sand #C17F64
RGB
CMYK
RGB Variations
Color information
#C17F64 (or 0xC17F64) is known color: Burning Sand. HEX triplet: C1, 7F and 64. RGB value is (193,127,100). Sum of RGB (Red+Green+Blue) = 193+127+100=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F64 is #3E809B. Grayscale: #8F8F8F. Windows color (decimal): -4096156 or 6586305. OLE color: 6586305.
HSL color Cylindrical-coordinate representation of color #C17F64: hue angle of 17.42º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C17F64 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 100 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.24 |
| HSL | 17.42º | 0.43% | 0.57% | - |
| HSV(B) | 17.42º | 0.48% | 0.76% | - |
| XYZ | 31.88 | 27.44 | 15.67 | - |
| YUV | 143.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 100 | 0 | 0.34 | 0.48 | 0.24 | 17.42 | 0.43 | 0.57 |
| Hex | C1 | 7F | 64 | 0 | 22 | 30 | 18 | 11 | 2B | 39 |
| Octal | 301 | 177 | 144 | 0 | 42 | 60 | 30 | 21 | 53 | 71 |
| Binary | 11000001 | 1111111 | 1100100 | 0 | 100010 | 110000 | 11000 | 10001 | 101011 | 111001 |
Color Harmonies of #C17F64
Complementary color
Monochromatic Colors of #C17F64
Black with #C17F64
Text Example
Text Example
White with #C17F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F64; }
p { color: rgb(193,127,100); }
H1.HeaderClassName
{
color: #C17F64;
}
.AnyTagClassName
{
color: #C17F64;
}
</style>
background-color css
<style>
a { background-color: #C17F64; }
a { background-color: rgb(193,127,100); }
div.DivClassName
{
background-color: #C17F64;
}
.BgClassName
{
background-color: #C17F64;
}
</style>
border-color css
<style>
span { border-color: #C17F64; }
span { border-color: rgb(193,127,100); }
td.TdClassName
{
border-color: #C17F64;
}
.TagClassName
{
border-color: #C17F64;
}
</style>