Shades of Tapestry #C2727A
Tints of Tapestry #C2727A
RGB
CMYK
RGB Variations
Color information
#C2727A (or 0xC2727A) is known color: Tapestry. HEX triplet: C2, 72 and 7A. RGB value is (194,114,122). Sum of RGB (Red+Green+Blue) = 194+114+122=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2727A is #3D8D85. Grayscale: #8A8A8A. Windows color (decimal): -4033926 or 8024770. OLE color: 8024770.
HSL color Cylindrical-coordinate representation of color #C2727A: hue angle of 354º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2727A is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 122 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.24 |
| HSL | 354º | 0.4% | 0.6% | - |
| HSV(B) | 354º | 0.41% | 0.76% | - |
| XYZ | 31.78 | 24.91 | 21.55 | - |
| YUV | 138.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 122 | 0 | 0.41 | 0.37 | 0.24 | 354 | 0.4 | 0.6 |
| Hex | C2 | 72 | 7A | 0 | 29 | 25 | 18 | 162 | 28 | 3C |
| Octal | 302 | 162 | 172 | 0 | 51 | 45 | 30 | 542 | 50 | 74 |
| Binary | 11000010 | 1110010 | 1111010 | 0 | 101001 | 100101 | 11000 | 101100010 | 101000 | 111100 |
Color Harmonies of #C2727A
Complementary color
Monochromatic Colors of #C2727A
Black with #C2727A
Text Example
Text Example
White with #C2727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2727A; }
p { color: rgb(194,114,122); }
H1.HeaderClassName
{
color: #C2727A;
}
.AnyTagClassName
{
color: #C2727A;
}
</style>
background-color css
<style>
a { background-color: #C2727A; }
a { background-color: rgb(194,114,122); }
div.DivClassName
{
background-color: #C2727A;
}
.BgClassName
{
background-color: #C2727A;
}
</style>
border-color css
<style>
span { border-color: #C2727A; }
span { border-color: rgb(194,114,122); }
td.TdClassName
{
border-color: #C2727A;
}
.TagClassName
{
border-color: #C2727A;
}
</style>