Shades of Tapestry #C5647B
Tints of Tapestry #C5647B
RGB
CMYK
RGB Variations
Color information
#C5647B (or 0xC5647B) is known color: Tapestry. HEX triplet: C5, 64 and 7B. RGB value is (197,100,123). Sum of RGB (Red+Green+Blue) = 197+100+123=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5647B is #3A9B84. Grayscale: #838383. Windows color (decimal): -3840901 or 8086725. OLE color: 8086725.
HSL color Cylindrical-coordinate representation of color #C5647B: hue angle of 345.77º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5647B is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 123 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.23 |
| HSL | 345.77º | 0.46% | 0.58% | - |
| HSV(B) | 345.77º | 0.49% | 0.77% | - |
| XYZ | 31.16 | 22.41 | 21.42 | - |
| YUV | 131.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 123 | 0 | 0.49 | 0.38 | 0.23 | 345.77 | 0.46 | 0.58 |
| Hex | C5 | 64 | 7B | 0 | 31 | 26 | 17 | 15A | 2E | 3A |
| Octal | 305 | 144 | 173 | 0 | 61 | 46 | 27 | 532 | 56 | 72 |
| Binary | 11000101 | 1100100 | 1111011 | 0 | 110001 | 100110 | 10111 | 101011010 | 101110 | 111010 |
Color Harmonies of #C5647B
Complementary color
Monochromatic Colors of #C5647B
Black with #C5647B
Text Example
Text Example
White with #C5647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5647B; }
p { color: rgb(197,100,123); }
H1.HeaderClassName
{
color: #C5647B;
}
.AnyTagClassName
{
color: #C5647B;
}
</style>
background-color css
<style>
a { background-color: #C5647B; }
a { background-color: rgb(197,100,123); }
div.DivClassName
{
background-color: #C5647B;
}
.BgClassName
{
background-color: #C5647B;
}
</style>
border-color css
<style>
span { border-color: #C5647B; }
span { border-color: rgb(197,100,123); }
td.TdClassName
{
border-color: #C5647B;
}
.TagClassName
{
border-color: #C5647B;
}
</style>