Shades of Tapestry #C06C77
Tints of Tapestry #C06C77
RGB
CMYK
RGB Variations
Color information
#C06C77 (or 0xC06C77) is known color: Tapestry. HEX triplet: C0, 6C and 77. RGB value is (192,108,119). Sum of RGB (Red+Green+Blue) = 192+108+119=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C77 is #3F9388. Grayscale: #868686. Windows color (decimal): -4166537 or 7826624. OLE color: 7826624.
HSL color Cylindrical-coordinate representation of color #C06C77: hue angle of 352.14º 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 #C06C77 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 119 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.25 |
| HSL | 352.14º | 0.4% | 0.59% | - |
| HSV(B) | 352.14º | 0.44% | 0.75% | - |
| XYZ | 30.43 | 23.26 | 20.34 | - |
| YUV | 134.37 | 119.33 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 119 | 0 | 0.44 | 0.38 | 0.25 | 352.14 | 0.4 | 0.59 |
| Hex | C0 | 6C | 77 | 0 | 2C | 26 | 19 | 160 | 28 | 3B |
| Octal | 300 | 154 | 167 | 0 | 54 | 46 | 31 | 540 | 50 | 73 |
| Binary | 11000000 | 1101100 | 1110111 | 0 | 101100 | 100110 | 11001 | 101100000 | 101000 | 111011 |
Color Harmonies of #C06C77
Complementary color
Monochromatic Colors of #C06C77
Black with #C06C77
Text Example
Text Example
White with #C06C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C77; }
p { color: rgb(192,108,119); }
H1.HeaderClassName
{
color: #C06C77;
}
.AnyTagClassName
{
color: #C06C77;
}
</style>
background-color css
<style>
a { background-color: #C06C77; }
a { background-color: rgb(192,108,119); }
div.DivClassName
{
background-color: #C06C77;
}
.BgClassName
{
background-color: #C06C77;
}
</style>
border-color css
<style>
span { border-color: #C06C77; }
span { border-color: rgb(192,108,119); }
td.TdClassName
{
border-color: #C06C77;
}
.TagClassName
{
border-color: #C06C77;
}
</style>