Shades of Tapestry #C4657B
Tints of Tapestry #C4657B
RGB
CMYK
RGB Variations
Color information
#C4657B (or 0xC4657B) is known color: Tapestry. HEX triplet: C4, 65 and 7B. RGB value is (196,101,123). Sum of RGB (Red+Green+Blue) = 196+101+123=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C4657B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4657B is #3B9A84. Grayscale: #838383. Windows color (decimal): -3906181 or 8086980. OLE color: 8086980.
HSL color Cylindrical-coordinate representation of color #C4657B: hue angle of 346.11º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4657B is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 101 | 123 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.23 |
| HSL | 346.11º | 0.45% | 0.58% | - |
| HSV(B) | 346.11º | 0.48% | 0.77% | - |
| XYZ | 30.99 | 22.47 | 21.44 | - |
| YUV | 131.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 123 | 0 | 0.48 | 0.37 | 0.23 | 346.11 | 0.45 | 0.58 |
| Hex | C4 | 65 | 7B | 0 | 30 | 25 | 17 | 15A | 2D | 3A |
| Octal | 304 | 145 | 173 | 0 | 60 | 45 | 27 | 532 | 55 | 72 |
| Binary | 11000100 | 1100101 | 1111011 | 0 | 110000 | 100101 | 10111 | 101011010 | 101101 | 111010 |
Color Harmonies of #C4657B
Complementary color
Monochromatic Colors of #C4657B
Black with #C4657B
Text Example
Text Example
White with #C4657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4657B; }
p { color: rgb(196,101,123); }
H1.HeaderClassName
{
color: #C4657B;
}
.AnyTagClassName
{
color: #C4657B;
}
</style>
background-color css
<style>
a { background-color: #C4657B; }
a { background-color: rgb(196,101,123); }
div.DivClassName
{
background-color: #C4657B;
}
.BgClassName
{
background-color: #C4657B;
}
</style>
border-color css
<style>
span { border-color: #C4657B; }
span { border-color: rgb(196,101,123); }
td.TdClassName
{
border-color: #C4657B;
}
.TagClassName
{
border-color: #C4657B;
}
</style>