Shades of Tapestry #C07488
Tints of Tapestry #C07488
RGB
CMYK
RGB Variations
Color information
#C07488 (or 0xC07488) is known color: Tapestry. HEX triplet: C0, 74 and 88. RGB value is (192,116,136). Sum of RGB (Red+Green+Blue) = 192+116+136=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C07488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07488 is #3F8B77. Grayscale: #8D8D8D. Windows color (decimal): -4164472 or 8942784. OLE color: 8942784.
HSL color Cylindrical-coordinate representation of color #C07488: hue angle of 344.21º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07488 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 136 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.25 |
| HSL | 344.21º | 0.38% | 0.6% | - |
| HSV(B) | 344.21º | 0.4% | 0.75% | - |
| XYZ | 32.43 | 25.47 | 26.5 | - |
| YUV | 141 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 136 | 0 | 0.40 | 0.29 | 0.25 | 344.21 | 0.38 | 0.6 |
| Hex | C0 | 74 | 88 | 0 | 28 | 1D | 19 | 158 | 26 | 3C |
| Octal | 300 | 164 | 210 | 0 | 50 | 35 | 31 | 530 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10001000 | 0 | 101000 | 11101 | 11001 | 101011000 | 100110 | 111100 |
Color Harmonies of #C07488
Complementary color
Monochromatic Colors of #C07488
Black with #C07488
Text Example
Text Example
White with #C07488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07488; }
p { color: rgb(192,116,136); }
H1.HeaderClassName
{
color: #C07488;
}
.AnyTagClassName
{
color: #C07488;
}
</style>
background-color css
<style>
a { background-color: #C07488; }
a { background-color: rgb(192,116,136); }
div.DivClassName
{
background-color: #C07488;
}
.BgClassName
{
background-color: #C07488;
}
</style>
border-color css
<style>
span { border-color: #C07488; }
span { border-color: rgb(192,116,136); }
td.TdClassName
{
border-color: #C07488;
}
.TagClassName
{
border-color: #C07488;
}
</style>