Shades of Tapestry #C25F81
Tints of Tapestry #C25F81
RGB
CMYK
RGB Variations
Color information
#C25F81 (or 0xC25F81) is known color: Tapestry. HEX triplet: C2, 5F and 81. RGB value is (194,95,129). Sum of RGB (Red+Green+Blue) = 194+95+129=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F81 is #3DA07E. Grayscale: #808080. Windows color (decimal): -4038783 or 8478658. OLE color: 8478658.
HSL color Cylindrical-coordinate representation of color #C25F81: hue angle of 339.39º 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 #C25F81 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 129 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.24 |
| HSL | 339.39º | 0.45% | 0.57% | - |
| HSV(B) | 339.39º | 0.51% | 0.76% | - |
| XYZ | 30.3 | 21.24 | 23.27 | - |
| YUV | 128.48 | 128.3 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 129 | 0 | 0.51 | 0.34 | 0.24 | 339.39 | 0.45 | 0.57 |
| Hex | C2 | 5F | 81 | 0 | 33 | 22 | 18 | 153 | 2D | 39 |
| Octal | 302 | 137 | 201 | 0 | 63 | 42 | 30 | 523 | 55 | 71 |
| Binary | 11000010 | 1011111 | 10000001 | 0 | 110011 | 100010 | 11000 | 101010011 | 101101 | 111001 |
Color Harmonies of #C25F81
Complementary color
Monochromatic Colors of #C25F81
Black with #C25F81
Text Example
Text Example
White with #C25F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F81; }
p { color: rgb(194,95,129); }
H1.HeaderClassName
{
color: #C25F81;
}
.AnyTagClassName
{
color: #C25F81;
}
</style>
background-color css
<style>
a { background-color: #C25F81; }
a { background-color: rgb(194,95,129); }
div.DivClassName
{
background-color: #C25F81;
}
.BgClassName
{
background-color: #C25F81;
}
</style>
border-color css
<style>
span { border-color: #C25F81; }
span { border-color: rgb(194,95,129); }
td.TdClassName
{
border-color: #C25F81;
}
.TagClassName
{
border-color: #C25F81;
}
</style>