Shades of Tapestry #C1607E
Tints of Tapestry #C1607E
RGB
CMYK
RGB Variations
Color information
#C1607E (or 0xC1607E) is known color: Tapestry. HEX triplet: C1, 60 and 7E. RGB value is (193,96,126). Sum of RGB (Red+Green+Blue) = 193+96+126=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C1607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1607E is #3E9F81. Grayscale: #808080. Windows color (decimal): -4104066 or 8282305. OLE color: 8282305.
HSL color Cylindrical-coordinate representation of color #C1607E: hue angle of 341.44º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1607E is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 126 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.24 |
| HSL | 341.44º | 0.44% | 0.57% | - |
| HSV(B) | 341.44º | 0.5% | 0.76% | - |
| XYZ | 29.94 | 21.21 | 22.25 | - |
| YUV | 128.42 | 126.64 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 126 | 0 | 0.50 | 0.35 | 0.24 | 341.44 | 0.44 | 0.57 |
| Hex | C1 | 60 | 7E | 0 | 32 | 23 | 18 | 155 | 2C | 39 |
| Octal | 301 | 140 | 176 | 0 | 62 | 43 | 30 | 525 | 54 | 71 |
| Binary | 11000001 | 1100000 | 1111110 | 0 | 110010 | 100011 | 11000 | 101010101 | 101100 | 111001 |
Color Harmonies of #C1607E
Complementary color
Monochromatic Colors of #C1607E
Black with #C1607E
Text Example
Text Example
White with #C1607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1607E; }
p { color: rgb(193,96,126); }
H1.HeaderClassName
{
color: #C1607E;
}
.AnyTagClassName
{
color: #C1607E;
}
</style>
background-color css
<style>
a { background-color: #C1607E; }
a { background-color: rgb(193,96,126); }
div.DivClassName
{
background-color: #C1607E;
}
.BgClassName
{
background-color: #C1607E;
}
</style>
border-color css
<style>
span { border-color: #C1607E; }
span { border-color: rgb(193,96,126); }
td.TdClassName
{
border-color: #C1607E;
}
.TagClassName
{
border-color: #C1607E;
}
</style>