Shades of Tapestry #C26C7F
Tints of Tapestry #C26C7F
RGB
CMYK
RGB Variations
Color information
#C26C7F (or 0xC26C7F) is known color: Tapestry. HEX triplet: C2, 6C and 7F. RGB value is (194,108,127). Sum of RGB (Red+Green+Blue) = 194+108+127=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C7F is #3D9380. Grayscale: #878787. Windows color (decimal): -4035457 or 8350914. OLE color: 8350914.
HSL color Cylindrical-coordinate representation of color #C26C7F: hue angle of 346.74º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C26C7F is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 127 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.24 |
| HSL | 346.74º | 0.41% | 0.59% | - |
| HSV(B) | 346.74º | 0.44% | 0.76% | - |
| XYZ | 31.44 | 23.73 | 23 | - |
| YUV | 135.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 127 | 0 | 0.44 | 0.35 | 0.24 | 346.74 | 0.41 | 0.59 |
| Hex | C2 | 6C | 7F | 0 | 2C | 23 | 18 | 15B | 29 | 3B |
| Octal | 302 | 154 | 177 | 0 | 54 | 43 | 30 | 533 | 51 | 73 |
| Binary | 11000010 | 1101100 | 1111111 | 0 | 101100 | 100011 | 11000 | 101011011 | 101001 | 111011 |
Color Harmonies of #C26C7F
Complementary color
Monochromatic Colors of #C26C7F
Black with #C26C7F
Text Example
Text Example
White with #C26C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C7F; }
p { color: rgb(194,108,127); }
H1.HeaderClassName
{
color: #C26C7F;
}
.AnyTagClassName
{
color: #C26C7F;
}
</style>
background-color css
<style>
a { background-color: #C26C7F; }
a { background-color: rgb(194,108,127); }
div.DivClassName
{
background-color: #C26C7F;
}
.BgClassName
{
background-color: #C26C7F;
}
</style>
border-color css
<style>
span { border-color: #C26C7F; }
span { border-color: rgb(194,108,127); }
td.TdClassName
{
border-color: #C26C7F;
}
.TagClassName
{
border-color: #C26C7F;
}
</style>