Shades of Tapestry #C06A80
Tints of Tapestry #C06A80
RGB
CMYK
RGB Variations
Color information
#C06A80 (or 0xC06A80) is known color: Tapestry. HEX triplet: C0, 6A and 80. RGB value is (192,106,128). Sum of RGB (Red+Green+Blue) = 192+106+128=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06A80 is #3F957F. Grayscale: #868686. Windows color (decimal): -4167040 or 8415936. OLE color: 8415936.
HSL color Cylindrical-coordinate representation of color #C06A80: hue angle of 344.65º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06A80 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 128 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.25 |
| HSL | 344.65º | 0.41% | 0.58% | - |
| HSV(B) | 344.65º | 0.45% | 0.75% | - |
| XYZ | 30.79 | 23.07 | 23.25 | - |
| YUV | 134.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 128 | 0 | 0.45 | 0.33 | 0.25 | 344.65 | 0.41 | 0.58 |
| Hex | C0 | 6A | 80 | 0 | 2D | 21 | 19 | 159 | 29 | 3A |
| Octal | 300 | 152 | 200 | 0 | 55 | 41 | 31 | 531 | 51 | 72 |
| Binary | 11000000 | 1101010 | 10000000 | 0 | 101101 | 100001 | 11001 | 101011001 | 101001 | 111010 |
Color Harmonies of #C06A80
Complementary color
Monochromatic Colors of #C06A80
Black with #C06A80
Text Example
Text Example
White with #C06A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A80; }
p { color: rgb(192,106,128); }
H1.HeaderClassName
{
color: #C06A80;
}
.AnyTagClassName
{
color: #C06A80;
}
</style>
background-color css
<style>
a { background-color: #C06A80; }
a { background-color: rgb(192,106,128); }
div.DivClassName
{
background-color: #C06A80;
}
.BgClassName
{
background-color: #C06A80;
}
</style>
border-color css
<style>
span { border-color: #C06A80; }
span { border-color: rgb(192,106,128); }
td.TdClassName
{
border-color: #C06A80;
}
.TagClassName
{
border-color: #C06A80;
}
</style>