Shades of Tapestry #C07679
Tints of Tapestry #C07679
RGB
CMYK
RGB Variations
Color information
#C07679 (or 0xC07679) is known color: Tapestry. HEX triplet: C0, 76 and 79. RGB value is (192,118,121). Sum of RGB (Red+Green+Blue) = 192+118+121=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C07679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07679 is #3F8986. Grayscale: #8C8C8C. Windows color (decimal): -4163975 or 7960256. OLE color: 7960256.
HSL color Cylindrical-coordinate representation of color #C07679: hue angle of 357.57º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07679 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 121 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.25 |
| HSL | 357.57º | 0.37% | 0.61% | - |
| HSV(B) | 357.57º | 0.39% | 0.75% | - |
| XYZ | 31.67 | 25.54 | 21.35 | - |
| YUV | 140.47 | 117.02 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 121 | 0 | 0.39 | 0.37 | 0.25 | 357.57 | 0.37 | 0.61 |
| Hex | C0 | 76 | 79 | 0 | 27 | 25 | 19 | 166 | 25 | 3D |
| Octal | 300 | 166 | 171 | 0 | 47 | 45 | 31 | 546 | 45 | 75 |
| Binary | 11000000 | 1110110 | 1111001 | 0 | 100111 | 100101 | 11001 | 101100110 | 100101 | 111101 |
Color Harmonies of #C07679
Complementary color
Monochromatic Colors of #C07679
Black with #C07679
Text Example
Text Example
White with #C07679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07679; }
p { color: rgb(192,118,121); }
H1.HeaderClassName
{
color: #C07679;
}
.AnyTagClassName
{
color: #C07679;
}
</style>
background-color css
<style>
a { background-color: #C07679; }
a { background-color: rgb(192,118,121); }
div.DivClassName
{
background-color: #C07679;
}
.BgClassName
{
background-color: #C07679;
}
</style>
border-color css
<style>
span { border-color: #C07679; }
span { border-color: rgb(192,118,121); }
td.TdClassName
{
border-color: #C07679;
}
.TagClassName
{
border-color: #C07679;
}
</style>