Shades of Tapestry #C26D75
Tints of Tapestry #C26D75
RGB
CMYK
RGB Variations
Color information
#C26D75 (or 0xC26D75) is known color: Tapestry. HEX triplet: C2, 6D and 75. RGB value is (194,109,117). Sum of RGB (Red+Green+Blue) = 194+109+117=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26D75 is #3D928A. Grayscale: #878787. Windows color (decimal): -4035211 or 7695810. OLE color: 7695810.
HSL color Cylindrical-coordinate representation of color #C26D75: hue angle of 354.35º 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 #C26D75 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 117 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.24 |
| HSL | 354.35º | 0.41% | 0.59% | - |
| HSV(B) | 354.35º | 0.44% | 0.76% | - |
| XYZ | 30.93 | 23.69 | 19.77 | - |
| YUV | 135.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 117 | 0 | 0.44 | 0.40 | 0.24 | 354.35 | 0.41 | 0.59 |
| Hex | C2 | 6D | 75 | 0 | 2C | 28 | 18 | 162 | 29 | 3B |
| Octal | 302 | 155 | 165 | 0 | 54 | 50 | 30 | 542 | 51 | 73 |
| Binary | 11000010 | 1101101 | 1110101 | 0 | 101100 | 101000 | 11000 | 101100010 | 101001 | 111011 |
Color Harmonies of #C26D75
Complementary color
Monochromatic Colors of #C26D75
Black with #C26D75
Text Example
Text Example
White with #C26D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26D75; }
p { color: rgb(194,109,117); }
H1.HeaderClassName
{
color: #C26D75;
}
.AnyTagClassName
{
color: #C26D75;
}
</style>
background-color css
<style>
a { background-color: #C26D75; }
a { background-color: rgb(194,109,117); }
div.DivClassName
{
background-color: #C26D75;
}
.BgClassName
{
background-color: #C26D75;
}
</style>
border-color css
<style>
span { border-color: #C26D75; }
span { border-color: rgb(194,109,117); }
td.TdClassName
{
border-color: #C26D75;
}
.TagClassName
{
border-color: #C26D75;
}
</style>