Shades of Tapestry #C07078
Tints of Tapestry #C07078
RGB
CMYK
RGB Variations
Color information
#C07078 (or 0xC07078) is known color: Tapestry. HEX triplet: C0, 70 and 78. RGB value is (192,112,120). Sum of RGB (Red+Green+Blue) = 192+112+120=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C07078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07078 is #3F8F87. Grayscale: #888888. Windows color (decimal): -4165512 or 7893184. OLE color: 7893184.
HSL color Cylindrical-coordinate representation of color #C07078: hue angle of 354º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C07078 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 120 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.25 |
| HSL | 354º | 0.39% | 0.6% | - |
| HSV(B) | 354º | 0.42% | 0.75% | - |
| XYZ | 30.92 | 24.15 | 20.8 | - |
| YUV | 136.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 120 | 0 | 0.42 | 0.38 | 0.25 | 354 | 0.39 | 0.6 |
| Hex | C0 | 70 | 78 | 0 | 2A | 26 | 19 | 162 | 27 | 3C |
| Octal | 300 | 160 | 170 | 0 | 52 | 46 | 31 | 542 | 47 | 74 |
| Binary | 11000000 | 1110000 | 1111000 | 0 | 101010 | 100110 | 11001 | 101100010 | 100111 | 111100 |
Color Harmonies of #C07078
Complementary color
Monochromatic Colors of #C07078
Black with #C07078
Text Example
Text Example
White with #C07078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07078; }
p { color: rgb(192,112,120); }
H1.HeaderClassName
{
color: #C07078;
}
.AnyTagClassName
{
color: #C07078;
}
</style>
background-color css
<style>
a { background-color: #C07078; }
a { background-color: rgb(192,112,120); }
div.DivClassName
{
background-color: #C07078;
}
.BgClassName
{
background-color: #C07078;
}
</style>
border-color css
<style>
span { border-color: #C07078; }
span { border-color: rgb(192,112,120); }
td.TdClassName
{
border-color: #C07078;
}
.TagClassName
{
border-color: #C07078;
}
</style>