Shades of Tapestry #C27182
Tints of Tapestry #C27182
RGB
CMYK
RGB Variations
Color information
#C27182 (or 0xC27182) is known color: Tapestry. HEX triplet: C2, 71 and 82. RGB value is (194,113,130). Sum of RGB (Red+Green+Blue) = 194+113+130=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C27182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27182 is #3D8E7D. Grayscale: #8B8B8B. Windows color (decimal): -4034174 or 8548802. OLE color: 8548802.
HSL color Cylindrical-coordinate representation of color #C27182: hue angle of 347.41º 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 #C27182 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 130 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.24 |
| HSL | 347.41º | 0.4% | 0.6% | - |
| HSV(B) | 347.41º | 0.42% | 0.76% | - |
| XYZ | 32.18 | 24.89 | 24.23 | - |
| YUV | 139.16 | 122.84 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 130 | 0 | 0.42 | 0.33 | 0.24 | 347.41 | 0.4 | 0.6 |
| Hex | C2 | 71 | 82 | 0 | 2A | 21 | 18 | 15B | 28 | 3C |
| Octal | 302 | 161 | 202 | 0 | 52 | 41 | 30 | 533 | 50 | 74 |
| Binary | 11000010 | 1110001 | 10000010 | 0 | 101010 | 100001 | 11000 | 101011011 | 101000 | 111100 |
Color Harmonies of #C27182
Complementary color
Monochromatic Colors of #C27182
Black with #C27182
Text Example
Text Example
White with #C27182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27182; }
p { color: rgb(194,113,130); }
H1.HeaderClassName
{
color: #C27182;
}
.AnyTagClassName
{
color: #C27182;
}
</style>
background-color css
<style>
a { background-color: #C27182; }
a { background-color: rgb(194,113,130); }
div.DivClassName
{
background-color: #C27182;
}
.BgClassName
{
background-color: #C27182;
}
</style>
border-color css
<style>
span { border-color: #C27182; }
span { border-color: rgb(194,113,130); }
td.TdClassName
{
border-color: #C27182;
}
.TagClassName
{
border-color: #C27182;
}
</style>