Shades of Tapestry #C06C78
Tints of Tapestry #C06C78
RGB
CMYK
RGB Variations
Color information
#C06C78 (or 0xC06C78) is known color: Tapestry. HEX triplet: C0, 6C and 78. RGB value is (192,108,120). Sum of RGB (Red+Green+Blue) = 192+108+120=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C78 is #3F9387. Grayscale: #868686. Windows color (decimal): -4166536 or 7892160. OLE color: 7892160.
HSL color Cylindrical-coordinate representation of color #C06C78: hue angle of 351.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06C78 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 120 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.25 |
| HSL | 351.43º | 0.4% | 0.59% | - |
| HSV(B) | 351.43º | 0.44% | 0.75% | - |
| XYZ | 30.49 | 23.29 | 20.66 | - |
| YUV | 134.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 120 | 0 | 0.44 | 0.38 | 0.25 | 351.43 | 0.4 | 0.59 |
| Hex | C0 | 6C | 78 | 0 | 2C | 26 | 19 | 15F | 28 | 3B |
| Octal | 300 | 154 | 170 | 0 | 54 | 46 | 31 | 537 | 50 | 73 |
| Binary | 11000000 | 1101100 | 1111000 | 0 | 101100 | 100110 | 11001 | 101011111 | 101000 | 111011 |
Color Harmonies of #C06C78
Complementary color
Monochromatic Colors of #C06C78
Black with #C06C78
Text Example
Text Example
White with #C06C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C78; }
p { color: rgb(192,108,120); }
H1.HeaderClassName
{
color: #C06C78;
}
.AnyTagClassName
{
color: #C06C78;
}
</style>
background-color css
<style>
a { background-color: #C06C78; }
a { background-color: rgb(192,108,120); }
div.DivClassName
{
background-color: #C06C78;
}
.BgClassName
{
background-color: #C06C78;
}
</style>
border-color css
<style>
span { border-color: #C06C78; }
span { border-color: rgb(192,108,120); }
td.TdClassName
{
border-color: #C06C78;
}
.TagClassName
{
border-color: #C06C78;
}
</style>