Shades of Tapestry #C1607B
Tints of Tapestry #C1607B
RGB
CMYK
RGB Variations
Color information
#C1607B (or 0xC1607B) is known color: Tapestry. HEX triplet: C1, 60 and 7B. RGB value is (193,96,123). Sum of RGB (Red+Green+Blue) = 193+96+123=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C1607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1607B is #3E9F84. Grayscale: #808080. Windows color (decimal): -4104069 or 8085697. OLE color: 8085697.
HSL color Cylindrical-coordinate representation of color #C1607B: hue angle of 343.3º 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 #C1607B is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 123 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.24 |
| HSL | 343.3º | 0.44% | 0.57% | - |
| HSV(B) | 343.3º | 0.5% | 0.76% | - |
| XYZ | 29.75 | 21.13 | 21.25 | - |
| YUV | 128.08 | 125.14 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 123 | 0 | 0.50 | 0.36 | 0.24 | 343.3 | 0.44 | 0.57 |
| Hex | C1 | 60 | 7B | 0 | 32 | 24 | 18 | 157 | 2C | 39 |
| Octal | 301 | 140 | 173 | 0 | 62 | 44 | 30 | 527 | 54 | 71 |
| Binary | 11000001 | 1100000 | 1111011 | 0 | 110010 | 100100 | 11000 | 101010111 | 101100 | 111001 |
Color Harmonies of #C1607B
Complementary color
Monochromatic Colors of #C1607B
Black with #C1607B
Text Example
Text Example
White with #C1607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1607B; }
p { color: rgb(193,96,123); }
H1.HeaderClassName
{
color: #C1607B;
}
.AnyTagClassName
{
color: #C1607B;
}
</style>
background-color css
<style>
a { background-color: #C1607B; }
a { background-color: rgb(193,96,123); }
div.DivClassName
{
background-color: #C1607B;
}
.BgClassName
{
background-color: #C1607B;
}
</style>
border-color css
<style>
span { border-color: #C1607B; }
span { border-color: rgb(193,96,123); }
td.TdClassName
{
border-color: #C1607B;
}
.TagClassName
{
border-color: #C1607B;
}
</style>