Shades of Tapestry #C07084
Tints of Tapestry #C07084
RGB
CMYK
RGB Variations
Color information
#C07084 (or 0xC07084) is known color: Tapestry. HEX triplet: C0, 70 and 84. RGB value is (192,112,132). Sum of RGB (Red+Green+Blue) = 192+112+132=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C07084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07084 is #3F8F7B. Grayscale: #8A8A8A. Windows color (decimal): -4165500 or 8679616. OLE color: 8679616.
HSL color Cylindrical-coordinate representation of color #C07084: hue angle of 345º 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 #C07084 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 132 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.25 |
| HSL | 345º | 0.39% | 0.6% | - |
| HSV(B) | 345º | 0.42% | 0.75% | - |
| XYZ | 31.7 | 24.46 | 24.88 | - |
| YUV | 138.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 132 | 0 | 0.42 | 0.31 | 0.25 | 345 | 0.39 | 0.6 |
| Hex | C0 | 70 | 84 | 0 | 2A | 1F | 19 | 159 | 27 | 3C |
| Octal | 300 | 160 | 204 | 0 | 52 | 37 | 31 | 531 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10000100 | 0 | 101010 | 11111 | 11001 | 101011001 | 100111 | 111100 |
Color Harmonies of #C07084
Complementary color
Monochromatic Colors of #C07084
Black with #C07084
Text Example
Text Example
White with #C07084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07084; }
p { color: rgb(192,112,132); }
H1.HeaderClassName
{
color: #C07084;
}
.AnyTagClassName
{
color: #C07084;
}
</style>
background-color css
<style>
a { background-color: #C07084; }
a { background-color: rgb(192,112,132); }
div.DivClassName
{
background-color: #C07084;
}
.BgClassName
{
background-color: #C07084;
}
</style>
border-color css
<style>
span { border-color: #C07084; }
span { border-color: rgb(192,112,132); }
td.TdClassName
{
border-color: #C07084;
}
.TagClassName
{
border-color: #C07084;
}
</style>