Shades of Tapestry #C16F75
Tints of Tapestry #C16F75
RGB
CMYK
RGB Variations
Color information
#C16F75 (or 0xC16F75) is known color: Tapestry. HEX triplet: C1, 6F and 75. RGB value is (193,111,117). Sum of RGB (Red+Green+Blue) = 193+111+117=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F75 is #3E908A. Grayscale: #888888. Windows color (decimal): -4100235 or 7696321. OLE color: 7696321.
HSL color Cylindrical-coordinate representation of color #C16F75: hue angle of 355.61º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C16F75 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 117 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.24 |
| HSL | 355.61º | 0.4% | 0.6% | - |
| HSV(B) | 355.61º | 0.42% | 0.76% | - |
| XYZ | 30.89 | 23.99 | 19.83 | - |
| YUV | 136.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 117 | 0 | 0.42 | 0.39 | 0.24 | 355.61 | 0.4 | 0.6 |
| Hex | C1 | 6F | 75 | 0 | 2A | 27 | 18 | 164 | 28 | 3C |
| Octal | 301 | 157 | 165 | 0 | 52 | 47 | 30 | 544 | 50 | 74 |
| Binary | 11000001 | 1101111 | 1110101 | 0 | 101010 | 100111 | 11000 | 101100100 | 101000 | 111100 |
Color Harmonies of #C16F75
Complementary color
Monochromatic Colors of #C16F75
Black with #C16F75
Text Example
Text Example
White with #C16F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F75; }
p { color: rgb(193,111,117); }
H1.HeaderClassName
{
color: #C16F75;
}
.AnyTagClassName
{
color: #C16F75;
}
</style>
background-color css
<style>
a { background-color: #C16F75; }
a { background-color: rgb(193,111,117); }
div.DivClassName
{
background-color: #C16F75;
}
.BgClassName
{
background-color: #C16F75;
}
</style>
border-color css
<style>
span { border-color: #C16F75; }
span { border-color: rgb(193,111,117); }
td.TdClassName
{
border-color: #C16F75;
}
.TagClassName
{
border-color: #C16F75;
}
</style>