Shades of Tapestry #C07579
Tints of Tapestry #C07579
RGB
CMYK
RGB Variations
Color information
#C07579 (or 0xC07579) is known color: Tapestry. HEX triplet: C0, 75 and 79. RGB value is (192,117,121). Sum of RGB (Red+Green+Blue) = 192+117+121=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C07579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07579 is #3F8A86. Grayscale: #8B8B8B. Windows color (decimal): -4164231 or 7960000. OLE color: 7960000.
HSL color Cylindrical-coordinate representation of color #C07579: hue angle of 356.8º 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 #C07579 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 121 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.25 |
| HSL | 356.8º | 0.37% | 0.61% | - |
| HSV(B) | 356.8º | 0.39% | 0.75% | - |
| XYZ | 31.55 | 25.31 | 21.31 | - |
| YUV | 139.88 | 117.35 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 121 | 0 | 0.39 | 0.37 | 0.25 | 356.8 | 0.37 | 0.61 |
| Hex | C0 | 75 | 79 | 0 | 27 | 25 | 19 | 165 | 25 | 3D |
| Octal | 300 | 165 | 171 | 0 | 47 | 45 | 31 | 545 | 45 | 75 |
| Binary | 11000000 | 1110101 | 1111001 | 0 | 100111 | 100101 | 11001 | 101100101 | 100101 | 111101 |
Color Harmonies of #C07579
Complementary color
Monochromatic Colors of #C07579
Black with #C07579
Text Example
Text Example
White with #C07579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07579; }
p { color: rgb(192,117,121); }
H1.HeaderClassName
{
color: #C07579;
}
.AnyTagClassName
{
color: #C07579;
}
</style>
background-color css
<style>
a { background-color: #C07579; }
a { background-color: rgb(192,117,121); }
div.DivClassName
{
background-color: #C07579;
}
.BgClassName
{
background-color: #C07579;
}
</style>
border-color css
<style>
span { border-color: #C07579; }
span { border-color: rgb(192,117,121); }
td.TdClassName
{
border-color: #C07579;
}
.TagClassName
{
border-color: #C07579;
}
</style>