Shades of Tapestry #C25F80
Tints of Tapestry #C25F80
RGB
CMYK
RGB Variations
Color information
#C25F80 (or 0xC25F80) is known color: Tapestry. HEX triplet: C2, 5F and 80. RGB value is (194,95,128). Sum of RGB (Red+Green+Blue) = 194+95+128=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F80 is #3DA07F. Grayscale: #808080. Windows color (decimal): -4038784 or 8413122. OLE color: 8413122.
HSL color Cylindrical-coordinate representation of color #C25F80: hue angle of 340º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C25F80 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 128 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.24 |
| HSL | 340º | 0.45% | 0.57% | - |
| HSV(B) | 340º | 0.51% | 0.76% | - |
| XYZ | 30.24 | 21.21 | 22.92 | - |
| YUV | 128.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 128 | 0 | 0.51 | 0.34 | 0.24 | 340 | 0.45 | 0.57 |
| Hex | C2 | 5F | 80 | 0 | 33 | 22 | 18 | 154 | 2D | 39 |
| Octal | 302 | 137 | 200 | 0 | 63 | 42 | 30 | 524 | 55 | 71 |
| Binary | 11000010 | 1011111 | 10000000 | 0 | 110011 | 100010 | 11000 | 101010100 | 101101 | 111001 |
Color Harmonies of #C25F80
Complementary color
Monochromatic Colors of #C25F80
Black with #C25F80
Text Example
Text Example
White with #C25F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F80; }
p { color: rgb(194,95,128); }
H1.HeaderClassName
{
color: #C25F80;
}
.AnyTagClassName
{
color: #C25F80;
}
</style>
background-color css
<style>
a { background-color: #C25F80; }
a { background-color: rgb(194,95,128); }
div.DivClassName
{
background-color: #C25F80;
}
.BgClassName
{
background-color: #C25F80;
}
</style>
border-color css
<style>
span { border-color: #C25F80; }
span { border-color: rgb(194,95,128); }
td.TdClassName
{
border-color: #C25F80;
}
.TagClassName
{
border-color: #C25F80;
}
</style>