Shades of Tapestry #C5677C
Tints of Tapestry #C5677C
RGB
CMYK
RGB Variations
Color information
#C5677C (or 0xC5677C) is known color: Tapestry. HEX triplet: C5, 67 and 7C. RGB value is (197,103,124). Sum of RGB (Red+Green+Blue) = 197+103+124=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5677C is #3A9883. Grayscale: #858585. Windows color (decimal): -3840132 or 8153029. OLE color: 8153029.
HSL color Cylindrical-coordinate representation of color #C5677C: hue angle of 346.6º 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 #C5677C is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 124 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.23 |
| HSL | 346.6º | 0.45% | 0.59% | - |
| HSV(B) | 346.6º | 0.48% | 0.77% | - |
| XYZ | 31.51 | 23.03 | 21.85 | - |
| YUV | 133.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 124 | 0 | 0.48 | 0.37 | 0.23 | 346.6 | 0.45 | 0.59 |
| Hex | C5 | 67 | 7C | 0 | 30 | 25 | 17 | 15B | 2D | 3B |
| Octal | 305 | 147 | 174 | 0 | 60 | 45 | 27 | 533 | 55 | 73 |
| Binary | 11000101 | 1100111 | 1111100 | 0 | 110000 | 100101 | 10111 | 101011011 | 101101 | 111011 |
Color Harmonies of #C5677C
Complementary color
Monochromatic Colors of #C5677C
Black with #C5677C
Text Example
Text Example
White with #C5677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5677C; }
p { color: rgb(197,103,124); }
H1.HeaderClassName
{
color: #C5677C;
}
.AnyTagClassName
{
color: #C5677C;
}
</style>
background-color css
<style>
a { background-color: #C5677C; }
a { background-color: rgb(197,103,124); }
div.DivClassName
{
background-color: #C5677C;
}
.BgClassName
{
background-color: #C5677C;
}
</style>
border-color css
<style>
span { border-color: #C5677C; }
span { border-color: rgb(197,103,124); }
td.TdClassName
{
border-color: #C5677C;
}
.TagClassName
{
border-color: #C5677C;
}
</style>