Shades of Tapestry #C06A78
Tints of Tapestry #C06A78
RGB
CMYK
RGB Variations
Color information
#C06A78 (or 0xC06A78) is known color: Tapestry. HEX triplet: C0, 6A and 78. RGB value is (192,106,120). Sum of RGB (Red+Green+Blue) = 192+106+120=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A78 is #3F9587. Grayscale: #858585. Windows color (decimal): -4167048 or 7891648. OLE color: 7891648.
HSL color Cylindrical-coordinate representation of color #C06A78: hue angle of 350.23º 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 #C06A78 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 120 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.25 |
| HSL | 350.23º | 0.41% | 0.58% | - |
| HSV(B) | 350.23º | 0.45% | 0.75% | - |
| XYZ | 30.28 | 22.87 | 20.59 | - |
| YUV | 133.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 120 | 0 | 0.45 | 0.38 | 0.25 | 350.23 | 0.41 | 0.58 |
| Hex | C0 | 6A | 78 | 0 | 2D | 26 | 19 | 15E | 29 | 3A |
| Octal | 300 | 152 | 170 | 0 | 55 | 46 | 31 | 536 | 51 | 72 |
| Binary | 11000000 | 1101010 | 1111000 | 0 | 101101 | 100110 | 11001 | 101011110 | 101001 | 111010 |
Color Harmonies of #C06A78
Complementary color
Monochromatic Colors of #C06A78
Black with #C06A78
Text Example
Text Example
White with #C06A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A78; }
p { color: rgb(192,106,120); }
H1.HeaderClassName
{
color: #C06A78;
}
.AnyTagClassName
{
color: #C06A78;
}
</style>
background-color css
<style>
a { background-color: #C06A78; }
a { background-color: rgb(192,106,120); }
div.DivClassName
{
background-color: #C06A78;
}
.BgClassName
{
background-color: #C06A78;
}
</style>
border-color css
<style>
span { border-color: #C06A78; }
span { border-color: rgb(192,106,120); }
td.TdClassName
{
border-color: #C06A78;
}
.TagClassName
{
border-color: #C06A78;
}
</style>