Shades of Tapestry #C5667B
Tints of Tapestry #C5667B
RGB
CMYK
RGB Variations
Color information
#C5667B (or 0xC5667B) is known color: Tapestry. HEX triplet: C5, 66 and 7B. RGB value is (197,102,123). Sum of RGB (Red+Green+Blue) = 197+102+123=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5667B is #3A9984. Grayscale: #848484. Windows color (decimal): -3840389 or 8087237. OLE color: 8087237.
HSL color Cylindrical-coordinate representation of color #C5667B: hue angle of 346.74º 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 #C5667B is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 123 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.23 |
| HSL | 346.74º | 0.45% | 0.59% | - |
| HSV(B) | 346.74º | 0.48% | 0.77% | - |
| XYZ | 31.35 | 22.8 | 21.49 | - |
| YUV | 132.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 123 | 0 | 0.48 | 0.38 | 0.23 | 346.74 | 0.45 | 0.59 |
| Hex | C5 | 66 | 7B | 0 | 30 | 26 | 17 | 15B | 2D | 3B |
| Octal | 305 | 146 | 173 | 0 | 60 | 46 | 27 | 533 | 55 | 73 |
| Binary | 11000101 | 1100110 | 1111011 | 0 | 110000 | 100110 | 10111 | 101011011 | 101101 | 111011 |
Color Harmonies of #C5667B
Complementary color
Monochromatic Colors of #C5667B
Black with #C5667B
Text Example
Text Example
White with #C5667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5667B; }
p { color: rgb(197,102,123); }
H1.HeaderClassName
{
color: #C5667B;
}
.AnyTagClassName
{
color: #C5667B;
}
</style>
background-color css
<style>
a { background-color: #C5667B; }
a { background-color: rgb(197,102,123); }
div.DivClassName
{
background-color: #C5667B;
}
.BgClassName
{
background-color: #C5667B;
}
</style>
border-color css
<style>
span { border-color: #C5667B; }
span { border-color: rgb(197,102,123); }
td.TdClassName
{
border-color: #C5667B;
}
.TagClassName
{
border-color: #C5667B;
}
</style>