Shades of Tapestry #C5667D
Tints of Tapestry #C5667D
RGB
CMYK
RGB Variations
Color information
#C5667D (or 0xC5667D) is known color: Tapestry. HEX triplet: C5, 66 and 7D. RGB value is (197,102,125). Sum of RGB (Red+Green+Blue) = 197+102+125=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5667D is #3A9982. Grayscale: #858585. Windows color (decimal): -3840387 or 8218309. OLE color: 8218309.
HSL color Cylindrical-coordinate representation of color #C5667D: hue angle of 345.47º 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 #C5667D is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 125 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.23 |
| HSL | 345.47º | 0.45% | 0.59% | - |
| HSV(B) | 345.47º | 0.48% | 0.77% | - |
| XYZ | 31.48 | 22.85 | 22.15 | - |
| YUV | 133.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 125 | 0 | 0.48 | 0.37 | 0.23 | 345.47 | 0.45 | 0.59 |
| Hex | C5 | 66 | 7D | 0 | 30 | 25 | 17 | 159 | 2D | 3B |
| Octal | 305 | 146 | 175 | 0 | 60 | 45 | 27 | 531 | 55 | 73 |
| Binary | 11000101 | 1100110 | 1111101 | 0 | 110000 | 100101 | 10111 | 101011001 | 101101 | 111011 |
Color Harmonies of #C5667D
Complementary color
Monochromatic Colors of #C5667D
Black with #C5667D
Text Example
Text Example
White with #C5667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5667D; }
p { color: rgb(197,102,125); }
H1.HeaderClassName
{
color: #C5667D;
}
.AnyTagClassName
{
color: #C5667D;
}
</style>
background-color css
<style>
a { background-color: #C5667D; }
a { background-color: rgb(197,102,125); }
div.DivClassName
{
background-color: #C5667D;
}
.BgClassName
{
background-color: #C5667D;
}
</style>
border-color css
<style>
span { border-color: #C5667D; }
span { border-color: rgb(197,102,125); }
td.TdClassName
{
border-color: #C5667D;
}
.TagClassName
{
border-color: #C5667D;
}
</style>