Shades of Tapestry #C06873
Tints of Tapestry #C06873
RGB
CMYK
RGB Variations
Color information
#C06873 (or 0xC06873) is known color: Tapestry. HEX triplet: C0, 68 and 73. RGB value is (192,104,115). Sum of RGB (Red+Green+Blue) = 192+104+115=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C06873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06873 is #3F978C. Grayscale: #838383. Windows color (decimal): -4167565 or 7563456. OLE color: 7563456.
HSL color Cylindrical-coordinate representation of color #C06873: hue angle of 352.5º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06873 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 115 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.25 |
| HSL | 352.5º | 0.41% | 0.58% | - |
| HSV(B) | 352.5º | 0.46% | 0.75% | - |
| XYZ | 29.78 | 22.34 | 18.96 | - |
| YUV | 131.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 115 | 0 | 0.46 | 0.40 | 0.25 | 352.5 | 0.41 | 0.58 |
| Hex | C0 | 68 | 73 | 0 | 2E | 28 | 19 | 160 | 29 | 3A |
| Octal | 300 | 150 | 163 | 0 | 56 | 50 | 31 | 540 | 51 | 72 |
| Binary | 11000000 | 1101000 | 1110011 | 0 | 101110 | 101000 | 11001 | 101100000 | 101001 | 111010 |
Color Harmonies of #C06873
Complementary color
Monochromatic Colors of #C06873
Black with #C06873
Text Example
Text Example
White with #C06873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06873; }
p { color: rgb(192,104,115); }
H1.HeaderClassName
{
color: #C06873;
}
.AnyTagClassName
{
color: #C06873;
}
</style>
background-color css
<style>
a { background-color: #C06873; }
a { background-color: rgb(192,104,115); }
div.DivClassName
{
background-color: #C06873;
}
.BgClassName
{
background-color: #C06873;
}
</style>
border-color css
<style>
span { border-color: #C06873; }
span { border-color: rgb(192,104,115); }
td.TdClassName
{
border-color: #C06873;
}
.TagClassName
{
border-color: #C06873;
}
</style>