Shades of Tapestry #C26F7F
Tints of Tapestry #C26F7F
RGB
CMYK
RGB Variations
Color information
#C26F7F (or 0xC26F7F) is known color: Tapestry. HEX triplet: C2, 6F and 7F. RGB value is (194,111,127). Sum of RGB (Red+Green+Blue) = 194+111+127=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26F7F is #3D9080. Grayscale: #898989. Windows color (decimal): -4034689 or 8351682. OLE color: 8351682.
HSL color Cylindrical-coordinate representation of color #C26F7F: hue angle of 348.43º 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 #C26F7F is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 127 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.24 |
| HSL | 348.43º | 0.4% | 0.6% | - |
| HSV(B) | 348.43º | 0.43% | 0.76% | - |
| XYZ | 31.76 | 24.37 | 23.11 | - |
| YUV | 137.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 127 | 0 | 0.43 | 0.35 | 0.24 | 348.43 | 0.4 | 0.6 |
| Hex | C2 | 6F | 7F | 0 | 2B | 23 | 18 | 15C | 28 | 3C |
| Octal | 302 | 157 | 177 | 0 | 53 | 43 | 30 | 534 | 50 | 74 |
| Binary | 11000010 | 1101111 | 1111111 | 0 | 101011 | 100011 | 11000 | 101011100 | 101000 | 111100 |
Color Harmonies of #C26F7F
Complementary color
Monochromatic Colors of #C26F7F
Black with #C26F7F
Text Example
Text Example
White with #C26F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F7F; }
p { color: rgb(194,111,127); }
H1.HeaderClassName
{
color: #C26F7F;
}
.AnyTagClassName
{
color: #C26F7F;
}
</style>
background-color css
<style>
a { background-color: #C26F7F; }
a { background-color: rgb(194,111,127); }
div.DivClassName
{
background-color: #C26F7F;
}
.BgClassName
{
background-color: #C26F7F;
}
</style>
border-color css
<style>
span { border-color: #C26F7F; }
span { border-color: rgb(194,111,127); }
td.TdClassName
{
border-color: #C26F7F;
}
.TagClassName
{
border-color: #C26F7F;
}
</style>