Shades of Tapestry #C06685
Tints of Tapestry #C06685
RGB
CMYK
RGB Variations
Color information
#C06685 (or 0xC06685) is known color: Tapestry. HEX triplet: C0, 66 and 85. RGB value is (192,102,133). Sum of RGB (Red+Green+Blue) = 192+102+133=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C06685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06685 is #3F997A. Grayscale: #848484. Windows color (decimal): -4168059 or 8742592. OLE color: 8742592.
HSL color Cylindrical-coordinate representation of color #C06685: hue angle of 339.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06685 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 133 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.25 |
| HSL | 339.33º | 0.42% | 0.58% | - |
| HSV(B) | 339.33º | 0.47% | 0.75% | - |
| XYZ | 30.72 | 22.4 | 24.9 | - |
| YUV | 132.44 | 128.32 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 133 | 0 | 0.47 | 0.31 | 0.25 | 339.33 | 0.42 | 0.58 |
| Hex | C0 | 66 | 85 | 0 | 2F | 1F | 19 | 153 | 2A | 3A |
| Octal | 300 | 146 | 205 | 0 | 57 | 37 | 31 | 523 | 52 | 72 |
| Binary | 11000000 | 1100110 | 10000101 | 0 | 101111 | 11111 | 11001 | 101010011 | 101010 | 111010 |
Color Harmonies of #C06685
Complementary color
Monochromatic Colors of #C06685
Black with #C06685
Text Example
Text Example
White with #C06685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06685; }
p { color: rgb(192,102,133); }
H1.HeaderClassName
{
color: #C06685;
}
.AnyTagClassName
{
color: #C06685;
}
</style>
background-color css
<style>
a { background-color: #C06685; }
a { background-color: rgb(192,102,133); }
div.DivClassName
{
background-color: #C06685;
}
.BgClassName
{
background-color: #C06685;
}
</style>
border-color css
<style>
span { border-color: #C06685; }
span { border-color: rgb(192,102,133); }
td.TdClassName
{
border-color: #C06685;
}
.TagClassName
{
border-color: #C06685;
}
</style>