Shades of Tapestry #C06D79
Tints of Tapestry #C06D79
RGB
CMYK
RGB Variations
Color information
#C06D79 (or 0xC06D79) is known color: Tapestry. HEX triplet: C0, 6D and 79. RGB value is (192,109,121). Sum of RGB (Red+Green+Blue) = 192+109+121=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D79 is #3F9286. Grayscale: #878787. Windows color (decimal): -4166279 or 7957952. OLE color: 7957952.
HSL color Cylindrical-coordinate representation of color #C06D79: hue angle of 351.33º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06D79 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 121 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.25 |
| HSL | 351.33º | 0.4% | 0.59% | - |
| HSV(B) | 351.33º | 0.43% | 0.75% | - |
| XYZ | 30.66 | 23.52 | 21.01 | - |
| YUV | 135.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 121 | 0 | 0.43 | 0.37 | 0.25 | 351.33 | 0.4 | 0.59 |
| Hex | C0 | 6D | 79 | 0 | 2B | 25 | 19 | 15F | 28 | 3B |
| Octal | 300 | 155 | 171 | 0 | 53 | 45 | 31 | 537 | 50 | 73 |
| Binary | 11000000 | 1101101 | 1111001 | 0 | 101011 | 100101 | 11001 | 101011111 | 101000 | 111011 |
Color Harmonies of #C06D79
Complementary color
Monochromatic Colors of #C06D79
Black with #C06D79
Text Example
Text Example
White with #C06D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D79; }
p { color: rgb(192,109,121); }
H1.HeaderClassName
{
color: #C06D79;
}
.AnyTagClassName
{
color: #C06D79;
}
</style>
background-color css
<style>
a { background-color: #C06D79; }
a { background-color: rgb(192,109,121); }
div.DivClassName
{
background-color: #C06D79;
}
.BgClassName
{
background-color: #C06D79;
}
</style>
border-color css
<style>
span { border-color: #C06D79; }
span { border-color: rgb(192,109,121); }
td.TdClassName
{
border-color: #C06D79;
}
.TagClassName
{
border-color: #C06D79;
}
</style>