Shades of Tapestry #C06F88
Tints of Tapestry #C06F88
RGB
CMYK
RGB Variations
Color information
#C06F88 (or 0xC06F88) is known color: Tapestry. HEX triplet: C0, 6F and 88. RGB value is (192,111,136). Sum of RGB (Red+Green+Blue) = 192+111+136=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06F88 is #3F9077. Grayscale: #8A8A8A. Windows color (decimal): -4165752 or 8941504. OLE color: 8941504.
HSL color Cylindrical-coordinate representation of color #C06F88: hue angle of 341.48º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C06F88 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 136 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.25 |
| HSL | 341.48º | 0.39% | 0.59% | - |
| HSV(B) | 341.48º | 0.42% | 0.75% | - |
| XYZ | 31.87 | 24.35 | 26.31 | - |
| YUV | 138.07 | 126.84 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 136 | 0 | 0.42 | 0.29 | 0.25 | 341.48 | 0.39 | 0.59 |
| Hex | C0 | 6F | 88 | 0 | 2A | 1D | 19 | 155 | 27 | 3B |
| Octal | 300 | 157 | 210 | 0 | 52 | 35 | 31 | 525 | 47 | 73 |
| Binary | 11000000 | 1101111 | 10001000 | 0 | 101010 | 11101 | 11001 | 101010101 | 100111 | 111011 |
Color Harmonies of #C06F88
Complementary color
Monochromatic Colors of #C06F88
Black with #C06F88
Text Example
Text Example
White with #C06F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F88; }
p { color: rgb(192,111,136); }
H1.HeaderClassName
{
color: #C06F88;
}
.AnyTagClassName
{
color: #C06F88;
}
</style>
background-color css
<style>
a { background-color: #C06F88; }
a { background-color: rgb(192,111,136); }
div.DivClassName
{
background-color: #C06F88;
}
.BgClassName
{
background-color: #C06F88;
}
</style>
border-color css
<style>
span { border-color: #C06F88; }
span { border-color: rgb(192,111,136); }
td.TdClassName
{
border-color: #C06F88;
}
.TagClassName
{
border-color: #C06F88;
}
</style>