Shades of Tapestry #C07485
Tints of Tapestry #C07485
RGB
CMYK
RGB Variations
Color information
#C07485 (or 0xC07485) is known color: Tapestry. HEX triplet: C0, 74 and 85. RGB value is (192,116,133). Sum of RGB (Red+Green+Blue) = 192+116+133=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C07485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07485 is #3F8B7A. Grayscale: #8C8C8C. Windows color (decimal): -4164475 or 8746176. OLE color: 8746176.
HSL color Cylindrical-coordinate representation of color #C07485: hue angle of 346.58º 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 #C07485 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 133 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.25 |
| HSL | 346.58º | 0.38% | 0.6% | - |
| HSV(B) | 346.58º | 0.4% | 0.75% | - |
| XYZ | 32.22 | 25.39 | 25.39 | - |
| YUV | 140.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 133 | 0 | 0.40 | 0.31 | 0.25 | 346.58 | 0.38 | 0.6 |
| Hex | C0 | 74 | 85 | 0 | 28 | 1F | 19 | 15B | 26 | 3C |
| Octal | 300 | 164 | 205 | 0 | 50 | 37 | 31 | 533 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10000101 | 0 | 101000 | 11111 | 11001 | 101011011 | 100110 | 111100 |
Color Harmonies of #C07485
Complementary color
Monochromatic Colors of #C07485
Black with #C07485
Text Example
Text Example
White with #C07485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07485; }
p { color: rgb(192,116,133); }
H1.HeaderClassName
{
color: #C07485;
}
.AnyTagClassName
{
color: #C07485;
}
</style>
background-color css
<style>
a { background-color: #C07485; }
a { background-color: rgb(192,116,133); }
div.DivClassName
{
background-color: #C07485;
}
.BgClassName
{
background-color: #C07485;
}
</style>
border-color css
<style>
span { border-color: #C07485; }
span { border-color: rgb(192,116,133); }
td.TdClassName
{
border-color: #C07485;
}
.TagClassName
{
border-color: #C07485;
}
</style>