Shades of Tapestry #C16383
Tints of Tapestry #C16383
RGB
CMYK
RGB Variations
Color information
#C16383 (or 0xC16383) is known color: Tapestry. HEX triplet: C1, 63 and 83. RGB value is (193,99,131). Sum of RGB (Red+Green+Blue) = 193+99+131=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C16383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16383 is #3E9C7C. Grayscale: #828282. Windows color (decimal): -4103293 or 8610753. OLE color: 8610753.
HSL color Cylindrical-coordinate representation of color #C16383: hue angle of 339.57º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16383 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 131 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.24 |
| HSL | 339.57º | 0.43% | 0.57% | - |
| HSV(B) | 339.57º | 0.49% | 0.76% | - |
| XYZ | 30.55 | 21.9 | 24.09 | - |
| YUV | 130.75 | 128.14 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 131 | 0 | 0.49 | 0.32 | 0.24 | 339.57 | 0.43 | 0.57 |
| Hex | C1 | 63 | 83 | 0 | 31 | 20 | 18 | 154 | 2B | 39 |
| Octal | 301 | 143 | 203 | 0 | 61 | 40 | 30 | 524 | 53 | 71 |
| Binary | 11000001 | 1100011 | 10000011 | 0 | 110001 | 100000 | 11000 | 101010100 | 101011 | 111001 |
Color Harmonies of #C16383
Complementary color
Monochromatic Colors of #C16383
Black with #C16383
Text Example
Text Example
White with #C16383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16383; }
p { color: rgb(193,99,131); }
H1.HeaderClassName
{
color: #C16383;
}
.AnyTagClassName
{
color: #C16383;
}
</style>
background-color css
<style>
a { background-color: #C16383; }
a { background-color: rgb(193,99,131); }
div.DivClassName
{
background-color: #C16383;
}
.BgClassName
{
background-color: #C16383;
}
</style>
border-color css
<style>
span { border-color: #C16383; }
span { border-color: rgb(193,99,131); }
td.TdClassName
{
border-color: #C16383;
}
.TagClassName
{
border-color: #C16383;
}
</style>