Shades of Tapestry #C06688
Tints of Tapestry #C06688
RGB
CMYK
RGB Variations
Color information
#C06688 (or 0xC06688) is known color: Tapestry. HEX triplet: C0, 66 and 88. RGB value is (192,102,136). Sum of RGB (Red+Green+Blue) = 192+102+136=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C06688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06688 is #3F9977. Grayscale: #848484. Windows color (decimal): -4168056 or 8939200. OLE color: 8939200.
HSL color Cylindrical-coordinate representation of color #C06688: hue angle of 337.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 #C06688 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 136 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.25 |
| HSL | 337.33º | 0.42% | 0.58% | - |
| HSV(B) | 337.33º | 0.47% | 0.75% | - |
| XYZ | 30.93 | 22.49 | 26 | - |
| YUV | 132.79 | 129.82 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 136 | 0 | 0.47 | 0.29 | 0.25 | 337.33 | 0.42 | 0.58 |
| Hex | C0 | 66 | 88 | 0 | 2F | 1D | 19 | 151 | 2A | 3A |
| Octal | 300 | 146 | 210 | 0 | 57 | 35 | 31 | 521 | 52 | 72 |
| Binary | 11000000 | 1100110 | 10001000 | 0 | 101111 | 11101 | 11001 | 101010001 | 101010 | 111010 |
Color Harmonies of #C06688
Complementary color
Monochromatic Colors of #C06688
Black with #C06688
Text Example
Text Example
White with #C06688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06688; }
p { color: rgb(192,102,136); }
H1.HeaderClassName
{
color: #C06688;
}
.AnyTagClassName
{
color: #C06688;
}
</style>
background-color css
<style>
a { background-color: #C06688; }
a { background-color: rgb(192,102,136); }
div.DivClassName
{
background-color: #C06688;
}
.BgClassName
{
background-color: #C06688;
}
</style>
border-color css
<style>
span { border-color: #C06688; }
span { border-color: rgb(192,102,136); }
td.TdClassName
{
border-color: #C06688;
}
.TagClassName
{
border-color: #C06688;
}
</style>