Shades of Tapestry #C16B7D
Tints of Tapestry #C16B7D
RGB
CMYK
RGB Variations
Color information
#C16B7D (or 0xC16B7D) is known color: Tapestry. HEX triplet: C1, 6B and 7D. RGB value is (193,107,125). Sum of RGB (Red+Green+Blue) = 193+107+125=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16B7D is #3E9482. Grayscale: #868686. Windows color (decimal): -4101251 or 8219585. OLE color: 8219585.
HSL color Cylindrical-coordinate representation of color #C16B7D: hue angle of 347.44º 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 #C16B7D is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 125 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.24 |
| HSL | 347.44º | 0.41% | 0.59% | - |
| HSV(B) | 347.44º | 0.45% | 0.76% | - |
| XYZ | 30.95 | 23.33 | 22.27 | - |
| YUV | 134.77 | 122.49 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 125 | 0 | 0.45 | 0.35 | 0.24 | 347.44 | 0.41 | 0.59 |
| Hex | C1 | 6B | 7D | 0 | 2D | 23 | 18 | 15B | 29 | 3B |
| Octal | 301 | 153 | 175 | 0 | 55 | 43 | 30 | 533 | 51 | 73 |
| Binary | 11000001 | 1101011 | 1111101 | 0 | 101101 | 100011 | 11000 | 101011011 | 101001 | 111011 |
Color Harmonies of #C16B7D
Complementary color
Monochromatic Colors of #C16B7D
Black with #C16B7D
Text Example
Text Example
White with #C16B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16B7D; }
p { color: rgb(193,107,125); }
H1.HeaderClassName
{
color: #C16B7D;
}
.AnyTagClassName
{
color: #C16B7D;
}
</style>
background-color css
<style>
a { background-color: #C16B7D; }
a { background-color: rgb(193,107,125); }
div.DivClassName
{
background-color: #C16B7D;
}
.BgClassName
{
background-color: #C16B7D;
}
</style>
border-color css
<style>
span { border-color: #C16B7D; }
span { border-color: rgb(193,107,125); }
td.TdClassName
{
border-color: #C16B7D;
}
.TagClassName
{
border-color: #C16B7D;
}
</style>