Shades of Tapestry #C06976
Tints of Tapestry #C06976
RGB
CMYK
RGB Variations
Color information
#C06976 (or 0xC06976) is known color: Tapestry. HEX triplet: C0, 69 and 76. RGB value is (192,105,118). Sum of RGB (Red+Green+Blue) = 192+105+118=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C06976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06976 is #3F9689. Grayscale: #848484. Windows color (decimal): -4167306 or 7760320. OLE color: 7760320.
HSL color Cylindrical-coordinate representation of color #C06976: hue angle of 351.03º 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 #C06976 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 118 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.25 |
| HSL | 351.03º | 0.41% | 0.58% | - |
| HSV(B) | 351.03º | 0.45% | 0.75% | - |
| XYZ | 30.06 | 22.62 | 19.92 | - |
| YUV | 132.5 | 119.82 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 118 | 0 | 0.45 | 0.39 | 0.25 | 351.03 | 0.41 | 0.58 |
| Hex | C0 | 69 | 76 | 0 | 2D | 27 | 19 | 15F | 29 | 3A |
| Octal | 300 | 151 | 166 | 0 | 55 | 47 | 31 | 537 | 51 | 72 |
| Binary | 11000000 | 1101001 | 1110110 | 0 | 101101 | 100111 | 11001 | 101011111 | 101001 | 111010 |
Color Harmonies of #C06976
Complementary color
Monochromatic Colors of #C06976
Black with #C06976
Text Example
Text Example
White with #C06976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06976; }
p { color: rgb(192,105,118); }
H1.HeaderClassName
{
color: #C06976;
}
.AnyTagClassName
{
color: #C06976;
}
</style>
background-color css
<style>
a { background-color: #C06976; }
a { background-color: rgb(192,105,118); }
div.DivClassName
{
background-color: #C06976;
}
.BgClassName
{
background-color: #C06976;
}
</style>
border-color css
<style>
span { border-color: #C06976; }
span { border-color: rgb(192,105,118); }
td.TdClassName
{
border-color: #C06976;
}
.TagClassName
{
border-color: #C06976;
}
</style>