Shades of Tapestry #C06180
Tints of Tapestry #C06180
RGB
CMYK
RGB Variations
Color information
#C06180 (or 0xC06180) is known color: Tapestry. HEX triplet: C0, 61 and 80. RGB value is (192,97,128). Sum of RGB (Red+Green+Blue) = 192+97+128=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C06180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06180 is #3F9E7F. Grayscale: #808080. Windows color (decimal): -4169344 or 8413632. OLE color: 8413632.
HSL color Cylindrical-coordinate representation of color #C06180: hue angle of 340.42º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06180 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 128 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.25 |
| HSL | 340.42º | 0.43% | 0.57% | - |
| HSV(B) | 340.42º | 0.49% | 0.75% | - |
| XYZ | 29.91 | 21.31 | 22.96 | - |
| YUV | 128.94 | 127.47 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 128 | 0 | 0.49 | 0.33 | 0.25 | 340.42 | 0.43 | 0.57 |
| Hex | C0 | 61 | 80 | 0 | 31 | 21 | 19 | 154 | 2B | 39 |
| Octal | 300 | 141 | 200 | 0 | 61 | 41 | 31 | 524 | 53 | 71 |
| Binary | 11000000 | 1100001 | 10000000 | 0 | 110001 | 100001 | 11001 | 101010100 | 101011 | 111001 |
Color Harmonies of #C06180
Complementary color
Monochromatic Colors of #C06180
Black with #C06180
Text Example
Text Example
White with #C06180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06180; }
p { color: rgb(192,97,128); }
H1.HeaderClassName
{
color: #C06180;
}
.AnyTagClassName
{
color: #C06180;
}
</style>
background-color css
<style>
a { background-color: #C06180; }
a { background-color: rgb(192,97,128); }
div.DivClassName
{
background-color: #C06180;
}
.BgClassName
{
background-color: #C06180;
}
</style>
border-color css
<style>
span { border-color: #C06180; }
span { border-color: rgb(192,97,128); }
td.TdClassName
{
border-color: #C06180;
}
.TagClassName
{
border-color: #C06180;
}
</style>