Shades of Tapestry #C07077
Tints of Tapestry #C07077
RGB
CMYK
RGB Variations
Color information
#C07077 (or 0xC07077) is known color: Tapestry. HEX triplet: C0, 70 and 77. RGB value is (192,112,119). Sum of RGB (Red+Green+Blue) = 192+112+119=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C07077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07077 is #3F8F88. Grayscale: #888888. Windows color (decimal): -4165513 or 7827648. OLE color: 7827648.
HSL color Cylindrical-coordinate representation of color #C07077: hue angle of 354.75º 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 #C07077 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 119 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.25 |
| HSL | 354.75º | 0.39% | 0.6% | - |
| HSV(B) | 354.75º | 0.42% | 0.75% | - |
| XYZ | 30.86 | 24.13 | 20.48 | - |
| YUV | 136.72 | 118 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 119 | 0 | 0.42 | 0.38 | 0.25 | 354.75 | 0.39 | 0.6 |
| Hex | C0 | 70 | 77 | 0 | 2A | 26 | 19 | 163 | 27 | 3C |
| Octal | 300 | 160 | 167 | 0 | 52 | 46 | 31 | 543 | 47 | 74 |
| Binary | 11000000 | 1110000 | 1110111 | 0 | 101010 | 100110 | 11001 | 101100011 | 100111 | 111100 |
Color Harmonies of #C07077
Complementary color
Monochromatic Colors of #C07077
Black with #C07077
Text Example
Text Example
White with #C07077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07077; }
p { color: rgb(192,112,119); }
H1.HeaderClassName
{
color: #C07077;
}
.AnyTagClassName
{
color: #C07077;
}
</style>
background-color css
<style>
a { background-color: #C07077; }
a { background-color: rgb(192,112,119); }
div.DivClassName
{
background-color: #C07077;
}
.BgClassName
{
background-color: #C07077;
}
</style>
border-color css
<style>
span { border-color: #C07077; }
span { border-color: rgb(192,112,119); }
td.TdClassName
{
border-color: #C07077;
}
.TagClassName
{
border-color: #C07077;
}
</style>