Shades of Tapestry #C06977
Tints of Tapestry #C06977
RGB
CMYK
RGB Variations
Color information
#C06977 (or 0xC06977) is known color: Tapestry. HEX triplet: C0, 69 and 77. RGB value is (192,105,119). Sum of RGB (Red+Green+Blue) = 192+105+119=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C06977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06977 is #3F9688. Grayscale: #848484. Windows color (decimal): -4167305 or 7825856. OLE color: 7825856.
HSL color Cylindrical-coordinate representation of color #C06977: hue angle of 350.34º 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 #C06977 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 119 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.25 |
| HSL | 350.34º | 0.41% | 0.58% | - |
| HSV(B) | 350.34º | 0.45% | 0.75% | - |
| XYZ | 30.12 | 22.64 | 20.24 | - |
| YUV | 132.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 119 | 0 | 0.45 | 0.38 | 0.25 | 350.34 | 0.41 | 0.58 |
| Hex | C0 | 69 | 77 | 0 | 2D | 26 | 19 | 15E | 29 | 3A |
| Octal | 300 | 151 | 167 | 0 | 55 | 46 | 31 | 536 | 51 | 72 |
| Binary | 11000000 | 1101001 | 1110111 | 0 | 101101 | 100110 | 11001 | 101011110 | 101001 | 111010 |
Color Harmonies of #C06977
Complementary color
Monochromatic Colors of #C06977
Black with #C06977
Text Example
Text Example
White with #C06977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06977; }
p { color: rgb(192,105,119); }
H1.HeaderClassName
{
color: #C06977;
}
.AnyTagClassName
{
color: #C06977;
}
</style>
background-color css
<style>
a { background-color: #C06977; }
a { background-color: rgb(192,105,119); }
div.DivClassName
{
background-color: #C06977;
}
.BgClassName
{
background-color: #C06977;
}
</style>
border-color css
<style>
span { border-color: #C06977; }
span { border-color: rgb(192,105,119); }
td.TdClassName
{
border-color: #C06977;
}
.TagClassName
{
border-color: #C06977;
}
</style>