Shades of Tapestry #C07781
Tints of Tapestry #C07781
RGB
CMYK
RGB Variations
Color information
#C07781 (or 0xC07781) is known color: Tapestry. HEX triplet: C0, 77 and 81. RGB value is (192,119,129). Sum of RGB (Red+Green+Blue) = 192+119+129=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C07781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07781 is #3F887E. Grayscale: #8E8E8E. Windows color (decimal): -4163711 or 8484800. OLE color: 8484800.
HSL color Cylindrical-coordinate representation of color #C07781: hue angle of 351.78º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07781 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 129 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.25 |
| HSL | 351.78º | 0.37% | 0.61% | - |
| HSV(B) | 351.78º | 0.38% | 0.75% | - |
| XYZ | 32.3 | 25.99 | 24.08 | - |
| YUV | 141.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 129 | 0 | 0.38 | 0.33 | 0.25 | 351.78 | 0.37 | 0.61 |
| Hex | C0 | 77 | 81 | 0 | 26 | 21 | 19 | 160 | 25 | 3D |
| Octal | 300 | 167 | 201 | 0 | 46 | 41 | 31 | 540 | 45 | 75 |
| Binary | 11000000 | 1110111 | 10000001 | 0 | 100110 | 100001 | 11001 | 101100000 | 100101 | 111101 |
Color Harmonies of #C07781
Complementary color
Monochromatic Colors of #C07781
Black with #C07781
Text Example
Text Example
White with #C07781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07781; }
p { color: rgb(192,119,129); }
H1.HeaderClassName
{
color: #C07781;
}
.AnyTagClassName
{
color: #C07781;
}
</style>
background-color css
<style>
a { background-color: #C07781; }
a { background-color: rgb(192,119,129); }
div.DivClassName
{
background-color: #C07781;
}
.BgClassName
{
background-color: #C07781;
}
</style>
border-color css
<style>
span { border-color: #C07781; }
span { border-color: rgb(192,119,129); }
td.TdClassName
{
border-color: #C07781;
}
.TagClassName
{
border-color: #C07781;
}
</style>