Shades of Tapestry #C1677B
Tints of Tapestry #C1677B
RGB
CMYK
RGB Variations
Color information
#C1677B (or 0xC1677B) is known color: Tapestry. HEX triplet: C1, 67 and 7B. RGB value is (193,103,123). Sum of RGB (Red+Green+Blue) = 193+103+123=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1677B is #3E9884. Grayscale: #848484. Windows color (decimal): -4102277 or 8087489. OLE color: 8087489.
HSL color Cylindrical-coordinate representation of color #C1677B: hue angle of 346.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1677B is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 123 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.24 |
| HSL | 346.67º | 0.42% | 0.58% | - |
| HSV(B) | 346.67º | 0.47% | 0.76% | - |
| XYZ | 30.42 | 22.47 | 21.47 | - |
| YUV | 132.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 123 | 0 | 0.47 | 0.36 | 0.24 | 346.67 | 0.42 | 0.58 |
| Hex | C1 | 67 | 7B | 0 | 2F | 24 | 18 | 15B | 2A | 3A |
| Octal | 301 | 147 | 173 | 0 | 57 | 44 | 30 | 533 | 52 | 72 |
| Binary | 11000001 | 1100111 | 1111011 | 0 | 101111 | 100100 | 11000 | 101011011 | 101010 | 111010 |
Color Harmonies of #C1677B
Complementary color
Monochromatic Colors of #C1677B
Black with #C1677B
Text Example
Text Example
White with #C1677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1677B; }
p { color: rgb(193,103,123); }
H1.HeaderClassName
{
color: #C1677B;
}
.AnyTagClassName
{
color: #C1677B;
}
</style>
background-color css
<style>
a { background-color: #C1677B; }
a { background-color: rgb(193,103,123); }
div.DivClassName
{
background-color: #C1677B;
}
.BgClassName
{
background-color: #C1677B;
}
</style>
border-color css
<style>
span { border-color: #C1677B; }
span { border-color: rgb(193,103,123); }
td.TdClassName
{
border-color: #C1677B;
}
.TagClassName
{
border-color: #C1677B;
}
</style>