Shades of Tapestry #C07088
Tints of Tapestry #C07088
RGB
CMYK
RGB Variations
Color information
#C07088 (or 0xC07088) is known color: Tapestry. HEX triplet: C0, 70 and 88. RGB value is (192,112,136). Sum of RGB (Red+Green+Blue) = 192+112+136=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C07088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07088 is #3F8F77. Grayscale: #8A8A8A. Windows color (decimal): -4165496 or 8941760. OLE color: 8941760.
HSL color Cylindrical-coordinate representation of color #C07088: hue angle of 342º 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 #C07088 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 136 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.25 |
| HSL | 342º | 0.39% | 0.6% | - |
| HSV(B) | 342º | 0.42% | 0.75% | - |
| XYZ | 31.98 | 24.57 | 26.35 | - |
| YUV | 138.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 136 | 0 | 0.42 | 0.29 | 0.25 | 342 | 0.39 | 0.6 |
| Hex | C0 | 70 | 88 | 0 | 2A | 1D | 19 | 156 | 27 | 3C |
| Octal | 300 | 160 | 210 | 0 | 52 | 35 | 31 | 526 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10001000 | 0 | 101010 | 11101 | 11001 | 101010110 | 100111 | 111100 |
Color Harmonies of #C07088
Complementary color
Monochromatic Colors of #C07088
Black with #C07088
Text Example
Text Example
White with #C07088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07088; }
p { color: rgb(192,112,136); }
H1.HeaderClassName
{
color: #C07088;
}
.AnyTagClassName
{
color: #C07088;
}
</style>
background-color css
<style>
a { background-color: #C07088; }
a { background-color: rgb(192,112,136); }
div.DivClassName
{
background-color: #C07088;
}
.BgClassName
{
background-color: #C07088;
}
</style>
border-color css
<style>
span { border-color: #C07088; }
span { border-color: rgb(192,112,136); }
td.TdClassName
{
border-color: #C07088;
}
.TagClassName
{
border-color: #C07088;
}
</style>