Shades of Burning Sand #C17F69
Tints of Burning Sand #C17F69
RGB
CMYK
RGB Variations
Color information
#C17F69 (or 0xC17F69) is known color: Burning Sand. HEX triplet: C1, 7F and 69. RGB value is (193,127,105). Sum of RGB (Red+Green+Blue) = 193+127+105=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F69 is #3E8096. Grayscale: #909090. Windows color (decimal): -4096151 or 6913985. OLE color: 6913985.
HSL color Cylindrical-coordinate representation of color #C17F69: hue angle of 15º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C17F69 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 105 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.24 |
| HSL | 15º | 0.42% | 0.58% | - |
| HSV(B) | 15º | 0.46% | 0.76% | - |
| XYZ | 32.13 | 27.54 | 16.99 | - |
| YUV | 144.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 105 | 0 | 0.34 | 0.46 | 0.24 | 15 | 0.42 | 0.58 |
| Hex | C1 | 7F | 69 | 0 | 22 | 2E | 18 | F | 2A | 3A |
| Octal | 301 | 177 | 151 | 0 | 42 | 56 | 30 | 17 | 52 | 72 |
| Binary | 11000001 | 1111111 | 1101001 | 0 | 100010 | 101110 | 11000 | 1111 | 101010 | 111010 |
Color Harmonies of #C17F69
Complementary color
Monochromatic Colors of #C17F69
Black with #C17F69
Text Example
Text Example
White with #C17F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F69; }
p { color: rgb(193,127,105); }
H1.HeaderClassName
{
color: #C17F69;
}
.AnyTagClassName
{
color: #C17F69;
}
</style>
background-color css
<style>
a { background-color: #C17F69; }
a { background-color: rgb(193,127,105); }
div.DivClassName
{
background-color: #C17F69;
}
.BgClassName
{
background-color: #C17F69;
}
</style>
border-color css
<style>
span { border-color: #C17F69; }
span { border-color: rgb(193,127,105); }
td.TdClassName
{
border-color: #C17F69;
}
.TagClassName
{
border-color: #C17F69;
}
</style>