Shades of Tapestry #C5667A
Tints of Tapestry #C5667A
RGB
CMYK
RGB Variations
Color information
#C5667A (or 0xC5667A) is known color: Tapestry. HEX triplet: C5, 66 and 7A. RGB value is (197,102,122). Sum of RGB (Red+Green+Blue) = 197+102+122=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5667A is #3A9985. Grayscale: #848484. Windows color (decimal): -3840390 or 8021701. OLE color: 8021701.
HSL color Cylindrical-coordinate representation of color #C5667A: hue angle of 347.37º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5667A is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 122 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.23 |
| HSL | 347.37º | 0.45% | 0.59% | - |
| HSV(B) | 347.37º | 0.48% | 0.77% | - |
| XYZ | 31.29 | 22.78 | 21.16 | - |
| YUV | 132.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 122 | 0 | 0.48 | 0.38 | 0.23 | 347.37 | 0.45 | 0.59 |
| Hex | C5 | 66 | 7A | 0 | 30 | 26 | 17 | 15B | 2D | 3B |
| Octal | 305 | 146 | 172 | 0 | 60 | 46 | 27 | 533 | 55 | 73 |
| Binary | 11000101 | 1100110 | 1111010 | 0 | 110000 | 100110 | 10111 | 101011011 | 101101 | 111011 |
Color Harmonies of #C5667A
Complementary color
Monochromatic Colors of #C5667A
Black with #C5667A
Text Example
Text Example
White with #C5667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5667A; }
p { color: rgb(197,102,122); }
H1.HeaderClassName
{
color: #C5667A;
}
.AnyTagClassName
{
color: #C5667A;
}
</style>
background-color css
<style>
a { background-color: #C5667A; }
a { background-color: rgb(197,102,122); }
div.DivClassName
{
background-color: #C5667A;
}
.BgClassName
{
background-color: #C5667A;
}
</style>
border-color css
<style>
span { border-color: #C5667A; }
span { border-color: rgb(197,102,122); }
td.TdClassName
{
border-color: #C5667A;
}
.TagClassName
{
border-color: #C5667A;
}
</style>