Shades of Tapestry #C26977
Tints of Tapestry #C26977
RGB
CMYK
RGB Variations
Color information
#C26977 (or 0xC26977) is known color: Tapestry. HEX triplet: C2, 69 and 77. RGB value is (194,105,119). Sum of RGB (Red+Green+Blue) = 194+105+119=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C26977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26977 is #3D9688. Grayscale: #858585. Windows color (decimal): -4036233 or 7825858. OLE color: 7825858.
HSL color Cylindrical-coordinate representation of color #C26977: hue angle of 350.56º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26977 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 119 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.24 |
| HSL | 350.56º | 0.42% | 0.59% | - |
| HSV(B) | 350.56º | 0.46% | 0.76% | - |
| XYZ | 30.63 | 22.9 | 20.26 | - |
| YUV | 133.21 | 119.99 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 119 | 0 | 0.46 | 0.39 | 0.24 | 350.56 | 0.42 | 0.59 |
| Hex | C2 | 69 | 77 | 0 | 2E | 27 | 18 | 15F | 2A | 3B |
| Octal | 302 | 151 | 167 | 0 | 56 | 47 | 30 | 537 | 52 | 73 |
| Binary | 11000010 | 1101001 | 1110111 | 0 | 101110 | 100111 | 11000 | 101011111 | 101010 | 111011 |
Color Harmonies of #C26977
Complementary color
Monochromatic Colors of #C26977
Black with #C26977
Text Example
Text Example
White with #C26977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26977; }
p { color: rgb(194,105,119); }
H1.HeaderClassName
{
color: #C26977;
}
.AnyTagClassName
{
color: #C26977;
}
</style>
background-color css
<style>
a { background-color: #C26977; }
a { background-color: rgb(194,105,119); }
div.DivClassName
{
background-color: #C26977;
}
.BgClassName
{
background-color: #C26977;
}
</style>
border-color css
<style>
span { border-color: #C26977; }
span { border-color: rgb(194,105,119); }
td.TdClassName
{
border-color: #C26977;
}
.TagClassName
{
border-color: #C26977;
}
</style>