Shades of Tapestry #C26C7D
Tints of Tapestry #C26C7D
RGB
CMYK
RGB Variations
Color information
#C26C7D (or 0xC26C7D) is known color: Tapestry. HEX triplet: C2, 6C and 7D. RGB value is (194,108,125). Sum of RGB (Red+Green+Blue) = 194+108+125=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C7D is #3D9382. Grayscale: #878787. Windows color (decimal): -4035459 or 8219842. OLE color: 8219842.
HSL color Cylindrical-coordinate representation of color #C26C7D: hue angle of 348.14º 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 #C26C7D is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 125 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.24 |
| HSL | 348.14º | 0.41% | 0.59% | - |
| HSV(B) | 348.14º | 0.44% | 0.76% | - |
| XYZ | 31.31 | 23.68 | 22.32 | - |
| YUV | 135.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 125 | 0 | 0.44 | 0.36 | 0.24 | 348.14 | 0.41 | 0.59 |
| Hex | C2 | 6C | 7D | 0 | 2C | 24 | 18 | 15C | 29 | 3B |
| Octal | 302 | 154 | 175 | 0 | 54 | 44 | 30 | 534 | 51 | 73 |
| Binary | 11000010 | 1101100 | 1111101 | 0 | 101100 | 100100 | 11000 | 101011100 | 101001 | 111011 |
Color Harmonies of #C26C7D
Complementary color
Monochromatic Colors of #C26C7D
Black with #C26C7D
Text Example
Text Example
White with #C26C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C7D; }
p { color: rgb(194,108,125); }
H1.HeaderClassName
{
color: #C26C7D;
}
.AnyTagClassName
{
color: #C26C7D;
}
</style>
background-color css
<style>
a { background-color: #C26C7D; }
a { background-color: rgb(194,108,125); }
div.DivClassName
{
background-color: #C26C7D;
}
.BgClassName
{
background-color: #C26C7D;
}
</style>
border-color css
<style>
span { border-color: #C26C7D; }
span { border-color: rgb(194,108,125); }
td.TdClassName
{
border-color: #C26C7D;
}
.TagClassName
{
border-color: #C26C7D;
}
</style>