Shades of Tapestry #C06F77
Tints of Tapestry #C06F77
RGB
CMYK
RGB Variations
Color information
#C06F77 (or 0xC06F77) is known color: Tapestry. HEX triplet: C0, 6F and 77. RGB value is (192,111,119). Sum of RGB (Red+Green+Blue) = 192+111+119=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F77 is #3F9088. Grayscale: #888888. Windows color (decimal): -4165769 or 7827392. OLE color: 7827392.
HSL color Cylindrical-coordinate representation of color #C06F77: hue angle of 354.07º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C06F77 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 119 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.25 |
| HSL | 354.07º | 0.39% | 0.59% | - |
| HSV(B) | 354.07º | 0.42% | 0.75% | - |
| XYZ | 30.75 | 23.91 | 20.45 | - |
| YUV | 136.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 119 | 0 | 0.42 | 0.38 | 0.25 | 354.07 | 0.39 | 0.59 |
| Hex | C0 | 6F | 77 | 0 | 2A | 26 | 19 | 162 | 27 | 3B |
| Octal | 300 | 157 | 167 | 0 | 52 | 46 | 31 | 542 | 47 | 73 |
| Binary | 11000000 | 1101111 | 1110111 | 0 | 101010 | 100110 | 11001 | 101100010 | 100111 | 111011 |
Color Harmonies of #C06F77
Complementary color
Monochromatic Colors of #C06F77
Black with #C06F77
Text Example
Text Example
White with #C06F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F77; }
p { color: rgb(192,111,119); }
H1.HeaderClassName
{
color: #C06F77;
}
.AnyTagClassName
{
color: #C06F77;
}
</style>
background-color css
<style>
a { background-color: #C06F77; }
a { background-color: rgb(192,111,119); }
div.DivClassName
{
background-color: #C06F77;
}
.BgClassName
{
background-color: #C06F77;
}
</style>
border-color css
<style>
span { border-color: #C06F77; }
span { border-color: rgb(192,111,119); }
td.TdClassName
{
border-color: #C06F77;
}
.TagClassName
{
border-color: #C06F77;
}
</style>