Shades of Tapestry #C27084
Tints of Tapestry #C27084
RGB
CMYK
RGB Variations
Color information
#C27084 (or 0xC27084) is known color: Tapestry. HEX triplet: C2, 70 and 84. RGB value is (194,112,132). Sum of RGB (Red+Green+Blue) = 194+112+132=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C27084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27084 is #3D8F7B. Grayscale: #8A8A8A. Windows color (decimal): -4034428 or 8679618. OLE color: 8679618.
HSL color Cylindrical-coordinate representation of color #C27084: hue angle of 345.37º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C27084 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 112 | 132 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.24 |
| HSL | 345.37º | 0.4% | 0.6% | - |
| HSV(B) | 345.37º | 0.42% | 0.76% | - |
| XYZ | 32.21 | 24.72 | 24.9 | - |
| YUV | 138.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 132 | 0 | 0.42 | 0.32 | 0.24 | 345.37 | 0.4 | 0.6 |
| Hex | C2 | 70 | 84 | 0 | 2A | 20 | 18 | 159 | 28 | 3C |
| Octal | 302 | 160 | 204 | 0 | 52 | 40 | 30 | 531 | 50 | 74 |
| Binary | 11000010 | 1110000 | 10000100 | 0 | 101010 | 100000 | 11000 | 101011001 | 101000 | 111100 |
Color Harmonies of #C27084
Complementary color
Monochromatic Colors of #C27084
Black with #C27084
Text Example
Text Example
White with #C27084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27084; }
p { color: rgb(194,112,132); }
H1.HeaderClassName
{
color: #C27084;
}
.AnyTagClassName
{
color: #C27084;
}
</style>
background-color css
<style>
a { background-color: #C27084; }
a { background-color: rgb(194,112,132); }
div.DivClassName
{
background-color: #C27084;
}
.BgClassName
{
background-color: #C27084;
}
</style>
border-color css
<style>
span { border-color: #C27084; }
span { border-color: rgb(194,112,132); }
td.TdClassName
{
border-color: #C27084;
}
.TagClassName
{
border-color: #C27084;
}
</style>