Shades of Tapestry #C35F80
Tints of Tapestry #C35F80
RGB
CMYK
RGB Variations
Color information
#C35F80 (or 0xC35F80) is known color: Tapestry. HEX triplet: C3, 5F and 80. RGB value is (195,95,128). Sum of RGB (Red+Green+Blue) = 195+95+128=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35F80 is #3CA07F. Grayscale: #808080. Windows color (decimal): -3973248 or 8413123. OLE color: 8413123.
HSL color Cylindrical-coordinate representation of color #C35F80: hue angle of 340.2º 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 #C35F80 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 95 | 128 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.24 |
| HSL | 340.2º | 0.45% | 0.57% | - |
| HSV(B) | 340.2º | 0.51% | 0.76% | - |
| XYZ | 30.49 | 21.35 | 22.93 | - |
| YUV | 128.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 95 | 128 | 0 | 0.51 | 0.34 | 0.24 | 340.2 | 0.45 | 0.57 |
| Hex | C3 | 5F | 80 | 0 | 33 | 22 | 18 | 154 | 2D | 39 |
| Octal | 303 | 137 | 200 | 0 | 63 | 42 | 30 | 524 | 55 | 71 |
| Binary | 11000011 | 1011111 | 10000000 | 0 | 110011 | 100010 | 11000 | 101010100 | 101101 | 111001 |
Color Harmonies of #C35F80
Complementary color
Monochromatic Colors of #C35F80
Black with #C35F80
Text Example
Text Example
White with #C35F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35F80; }
p { color: rgb(195,95,128); }
H1.HeaderClassName
{
color: #C35F80;
}
.AnyTagClassName
{
color: #C35F80;
}
</style>
background-color css
<style>
a { background-color: #C35F80; }
a { background-color: rgb(195,95,128); }
div.DivClassName
{
background-color: #C35F80;
}
.BgClassName
{
background-color: #C35F80;
}
</style>
border-color css
<style>
span { border-color: #C35F80; }
span { border-color: rgb(195,95,128); }
td.TdClassName
{
border-color: #C35F80;
}
.TagClassName
{
border-color: #C35F80;
}
</style>