Shades of Tapestry #C07185
Tints of Tapestry #C07185
RGB
CMYK
RGB Variations
Color information
#C07185 (or 0xC07185) is known color: Tapestry. HEX triplet: C0, 71 and 85. RGB value is (192,113,133). Sum of RGB (Red+Green+Blue) = 192+113+133=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C07185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07185 is #3F8E7A. Grayscale: #8A8A8A. Windows color (decimal): -4165243 or 8745408. OLE color: 8745408.
HSL color Cylindrical-coordinate representation of color #C07185: hue angle of 344.81º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07185 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 133 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.25 |
| HSL | 344.81º | 0.39% | 0.6% | - |
| HSV(B) | 344.81º | 0.41% | 0.75% | - |
| XYZ | 31.88 | 24.71 | 25.28 | - |
| YUV | 138.9 | 124.67 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 133 | 0 | 0.41 | 0.31 | 0.25 | 344.81 | 0.39 | 0.6 |
| Hex | C0 | 71 | 85 | 0 | 29 | 1F | 19 | 159 | 27 | 3C |
| Octal | 300 | 161 | 205 | 0 | 51 | 37 | 31 | 531 | 47 | 74 |
| Binary | 11000000 | 1110001 | 10000101 | 0 | 101001 | 11111 | 11001 | 101011001 | 100111 | 111100 |
Color Harmonies of #C07185
Complementary color
Monochromatic Colors of #C07185
Black with #C07185
Text Example
Text Example
White with #C07185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07185; }
p { color: rgb(192,113,133); }
H1.HeaderClassName
{
color: #C07185;
}
.AnyTagClassName
{
color: #C07185;
}
</style>
background-color css
<style>
a { background-color: #C07185; }
a { background-color: rgb(192,113,133); }
div.DivClassName
{
background-color: #C07185;
}
.BgClassName
{
background-color: #C07185;
}
</style>
border-color css
<style>
span { border-color: #C07185; }
span { border-color: rgb(192,113,133); }
td.TdClassName
{
border-color: #C07185;
}
.TagClassName
{
border-color: #C07185;
}
</style>