Shades of Tapestry #C06885
Tints of Tapestry #C06885
RGB
CMYK
RGB Variations
Color information
#C06885 (or 0xC06885) is known color: Tapestry. HEX triplet: C0, 68 and 85. RGB value is (192,104,133). Sum of RGB (Red+Green+Blue) = 192+104+133=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C06885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06885 is #3F977A. Grayscale: #858585. Windows color (decimal): -4167547 or 8743104. OLE color: 8743104.
HSL color Cylindrical-coordinate representation of color #C06885: hue angle of 340.23º 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 #C06885 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 133 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.25 |
| HSL | 340.23º | 0.41% | 0.58% | - |
| HSV(B) | 340.23º | 0.46% | 0.75% | - |
| XYZ | 30.92 | 22.8 | 24.96 | - |
| YUV | 133.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 133 | 0 | 0.46 | 0.31 | 0.25 | 340.23 | 0.41 | 0.58 |
| Hex | C0 | 68 | 85 | 0 | 2E | 1F | 19 | 154 | 29 | 3A |
| Octal | 300 | 150 | 205 | 0 | 56 | 37 | 31 | 524 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10000101 | 0 | 101110 | 11111 | 11001 | 101010100 | 101001 | 111010 |
Color Harmonies of #C06885
Complementary color
Monochromatic Colors of #C06885
Black with #C06885
Text Example
Text Example
White with #C06885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06885; }
p { color: rgb(192,104,133); }
H1.HeaderClassName
{
color: #C06885;
}
.AnyTagClassName
{
color: #C06885;
}
</style>
background-color css
<style>
a { background-color: #C06885; }
a { background-color: rgb(192,104,133); }
div.DivClassName
{
background-color: #C06885;
}
.BgClassName
{
background-color: #C06885;
}
</style>
border-color css
<style>
span { border-color: #C06885; }
span { border-color: rgb(192,104,133); }
td.TdClassName
{
border-color: #C06885;
}
.TagClassName
{
border-color: #C06885;
}
</style>