Shades of Tapestry #C26F77
Tints of Tapestry #C26F77
RGB
CMYK
RGB Variations
Color information
#C26F77 (or 0xC26F77) is known color: Tapestry. HEX triplet: C2, 6F and 77. RGB value is (194,111,119). Sum of RGB (Red+Green+Blue) = 194+111+119=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26F77 is #3D9088. Grayscale: #888888. Windows color (decimal): -4034697 or 7827394. OLE color: 7827394.
HSL color Cylindrical-coordinate representation of color #C26F77: hue angle of 354.22º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C26F77 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 119 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.24 |
| HSL | 354.22º | 0.4% | 0.6% | - |
| HSV(B) | 354.22º | 0.43% | 0.76% | - |
| XYZ | 31.26 | 24.17 | 20.47 | - |
| YUV | 136.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 119 | 0 | 0.43 | 0.39 | 0.24 | 354.22 | 0.4 | 0.6 |
| Hex | C2 | 6F | 77 | 0 | 2B | 27 | 18 | 162 | 28 | 3C |
| Octal | 302 | 157 | 167 | 0 | 53 | 47 | 30 | 542 | 50 | 74 |
| Binary | 11000010 | 1101111 | 1110111 | 0 | 101011 | 100111 | 11000 | 101100010 | 101000 | 111100 |
Color Harmonies of #C26F77
Complementary color
Monochromatic Colors of #C26F77
Black with #C26F77
Text Example
Text Example
White with #C26F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F77; }
p { color: rgb(194,111,119); }
H1.HeaderClassName
{
color: #C26F77;
}
.AnyTagClassName
{
color: #C26F77;
}
</style>
background-color css
<style>
a { background-color: #C26F77; }
a { background-color: rgb(194,111,119); }
div.DivClassName
{
background-color: #C26F77;
}
.BgClassName
{
background-color: #C26F77;
}
</style>
border-color css
<style>
span { border-color: #C26F77; }
span { border-color: rgb(194,111,119); }
td.TdClassName
{
border-color: #C26F77;
}
.TagClassName
{
border-color: #C26F77;
}
</style>