Shades of Tapestry #C06785
Tints of Tapestry #C06785
RGB
CMYK
RGB Variations
Color information
#C06785 (or 0xC06785) is known color: Tapestry. HEX triplet: C0, 67 and 85. RGB value is (192,103,133). Sum of RGB (Red+Green+Blue) = 192+103+133=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C06785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06785 is #3F987A. Grayscale: #858585. Windows color (decimal): -4167803 or 8742848. OLE color: 8742848.
HSL color Cylindrical-coordinate representation of color #C06785: hue angle of 339.78º 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 #C06785 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 133 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.25 |
| HSL | 339.78º | 0.41% | 0.58% | - |
| HSV(B) | 339.78º | 0.46% | 0.75% | - |
| XYZ | 30.82 | 22.6 | 24.93 | - |
| YUV | 133.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 133 | 0 | 0.46 | 0.31 | 0.25 | 339.78 | 0.41 | 0.58 |
| Hex | C0 | 67 | 85 | 0 | 2E | 1F | 19 | 154 | 29 | 3A |
| Octal | 300 | 147 | 205 | 0 | 56 | 37 | 31 | 524 | 51 | 72 |
| Binary | 11000000 | 1100111 | 10000101 | 0 | 101110 | 11111 | 11001 | 101010100 | 101001 | 111010 |
Color Harmonies of #C06785
Complementary color
Monochromatic Colors of #C06785
Black with #C06785
Text Example
Text Example
White with #C06785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06785; }
p { color: rgb(192,103,133); }
H1.HeaderClassName
{
color: #C06785;
}
.AnyTagClassName
{
color: #C06785;
}
</style>
background-color css
<style>
a { background-color: #C06785; }
a { background-color: rgb(192,103,133); }
div.DivClassName
{
background-color: #C06785;
}
.BgClassName
{
background-color: #C06785;
}
</style>
border-color css
<style>
span { border-color: #C06785; }
span { border-color: rgb(192,103,133); }
td.TdClassName
{
border-color: #C06785;
}
.TagClassName
{
border-color: #C06785;
}
</style>