Shades of Tapestry #C4657A
Tints of Tapestry #C4657A
RGB
CMYK
RGB Variations
Color information
#C4657A (or 0xC4657A) is known color: Tapestry. HEX triplet: C4, 65 and 7A. RGB value is (196,101,122). Sum of RGB (Red+Green+Blue) = 196+101+122=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4657A is #3B9A85. Grayscale: #838383. Windows color (decimal): -3906182 or 8021444. OLE color: 8021444.
HSL color Cylindrical-coordinate representation of color #C4657A: hue angle of 346.74º 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 #C4657A is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 101 | 122 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.23 |
| HSL | 346.74º | 0.45% | 0.58% | - |
| HSV(B) | 346.74º | 0.48% | 0.77% | - |
| XYZ | 30.93 | 22.45 | 21.12 | - |
| YUV | 131.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 122 | 0 | 0.48 | 0.38 | 0.23 | 346.74 | 0.45 | 0.58 |
| Hex | C4 | 65 | 7A | 0 | 30 | 26 | 17 | 15B | 2D | 3A |
| Octal | 304 | 145 | 172 | 0 | 60 | 46 | 27 | 533 | 55 | 72 |
| Binary | 11000100 | 1100101 | 1111010 | 0 | 110000 | 100110 | 10111 | 101011011 | 101101 | 111010 |
Color Harmonies of #C4657A
Complementary color
Monochromatic Colors of #C4657A
Black with #C4657A
Text Example
Text Example
White with #C4657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4657A; }
p { color: rgb(196,101,122); }
H1.HeaderClassName
{
color: #C4657A;
}
.AnyTagClassName
{
color: #C4657A;
}
</style>
background-color css
<style>
a { background-color: #C4657A; }
a { background-color: rgb(196,101,122); }
div.DivClassName
{
background-color: #C4657A;
}
.BgClassName
{
background-color: #C4657A;
}
</style>
border-color css
<style>
span { border-color: #C4657A; }
span { border-color: rgb(196,101,122); }
td.TdClassName
{
border-color: #C4657A;
}
.TagClassName
{
border-color: #C4657A;
}
</style>