Shades of Tapestry #C1627B
Tints of Tapestry #C1627B
RGB
CMYK
RGB Variations
Color information
#C1627B (or 0xC1627B) is known color: Tapestry. HEX triplet: C1, 62 and 7B. RGB value is (193,98,123). Sum of RGB (Red+Green+Blue) = 193+98+123=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C1627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1627B is #3E9D84. Grayscale: #818181. Windows color (decimal): -4103557 or 8086209. OLE color: 8086209.
HSL color Cylindrical-coordinate representation of color #C1627B: hue angle of 344.21º 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 #C1627B is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 123 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.24 |
| HSL | 344.21º | 0.43% | 0.57% | - |
| HSV(B) | 344.21º | 0.49% | 0.76% | - |
| XYZ | 29.94 | 21.5 | 21.31 | - |
| YUV | 129.26 | 124.47 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 123 | 0 | 0.49 | 0.36 | 0.24 | 344.21 | 0.43 | 0.57 |
| Hex | C1 | 62 | 7B | 0 | 31 | 24 | 18 | 158 | 2B | 39 |
| Octal | 301 | 142 | 173 | 0 | 61 | 44 | 30 | 530 | 53 | 71 |
| Binary | 11000001 | 1100010 | 1111011 | 0 | 110001 | 100100 | 11000 | 101011000 | 101011 | 111001 |
Color Harmonies of #C1627B
Complementary color
Monochromatic Colors of #C1627B
Black with #C1627B
Text Example
Text Example
White with #C1627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1627B; }
p { color: rgb(193,98,123); }
H1.HeaderClassName
{
color: #C1627B;
}
.AnyTagClassName
{
color: #C1627B;
}
</style>
background-color css
<style>
a { background-color: #C1627B; }
a { background-color: rgb(193,98,123); }
div.DivClassName
{
background-color: #C1627B;
}
.BgClassName
{
background-color: #C1627B;
}
</style>
border-color css
<style>
span { border-color: #C1627B; }
span { border-color: rgb(193,98,123); }
td.TdClassName
{
border-color: #C1627B;
}
.TagClassName
{
border-color: #C1627B;
}
</style>