Shades of Tapestry #C16B7B
Tints of Tapestry #C16B7B
RGB
CMYK
RGB Variations
Color information
#C16B7B (or 0xC16B7B) is known color: Tapestry. HEX triplet: C1, 6B and 7B. RGB value is (193,107,123). Sum of RGB (Red+Green+Blue) = 193+107+123=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16B7B is #3E9484. Grayscale: #868686. Windows color (decimal): -4101253 or 8088513. OLE color: 8088513.
HSL color Cylindrical-coordinate representation of color #C16B7B: hue angle of 348.84º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C16B7B is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 123 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.24 |
| HSL | 348.84º | 0.41% | 0.59% | - |
| HSV(B) | 348.84º | 0.45% | 0.76% | - |
| XYZ | 30.83 | 23.28 | 21.61 | - |
| YUV | 134.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 123 | 0 | 0.45 | 0.36 | 0.24 | 348.84 | 0.41 | 0.59 |
| Hex | C1 | 6B | 7B | 0 | 2D | 24 | 18 | 15D | 29 | 3B |
| Octal | 301 | 153 | 173 | 0 | 55 | 44 | 30 | 535 | 51 | 73 |
| Binary | 11000001 | 1101011 | 1111011 | 0 | 101101 | 100100 | 11000 | 101011101 | 101001 | 111011 |
Color Harmonies of #C16B7B
Complementary color
Monochromatic Colors of #C16B7B
Black with #C16B7B
Text Example
Text Example
White with #C16B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16B7B; }
p { color: rgb(193,107,123); }
H1.HeaderClassName
{
color: #C16B7B;
}
.AnyTagClassName
{
color: #C16B7B;
}
</style>
background-color css
<style>
a { background-color: #C16B7B; }
a { background-color: rgb(193,107,123); }
div.DivClassName
{
background-color: #C16B7B;
}
.BgClassName
{
background-color: #C16B7B;
}
</style>
border-color css
<style>
span { border-color: #C16B7B; }
span { border-color: rgb(193,107,123); }
td.TdClassName
{
border-color: #C16B7B;
}
.TagClassName
{
border-color: #C16B7B;
}
</style>