Shades of Tapestry #C06B88
Tints of Tapestry #C06B88
RGB
CMYK
RGB Variations
Color information
#C06B88 (or 0xC06B88) is known color: Tapestry. HEX triplet: C0, 6B and 88. RGB value is (192,107,136). Sum of RGB (Red+Green+Blue) = 192+107+136=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06B88 is #3F9477. Grayscale: #878787. Windows color (decimal): -4166776 or 8940480. OLE color: 8940480.
HSL color Cylindrical-coordinate representation of color #C06B88: hue angle of 339.53º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06B88 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 136 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.25 |
| HSL | 339.53º | 0.4% | 0.59% | - |
| HSV(B) | 339.53º | 0.44% | 0.75% | - |
| XYZ | 31.44 | 23.5 | 26.17 | - |
| YUV | 135.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 136 | 0 | 0.44 | 0.29 | 0.25 | 339.53 | 0.4 | 0.59 |
| Hex | C0 | 6B | 88 | 0 | 2C | 1D | 19 | 154 | 28 | 3B |
| Octal | 300 | 153 | 210 | 0 | 54 | 35 | 31 | 524 | 50 | 73 |
| Binary | 11000000 | 1101011 | 10001000 | 0 | 101100 | 11101 | 11001 | 101010100 | 101000 | 111011 |
Color Harmonies of #C06B88
Complementary color
Monochromatic Colors of #C06B88
Black with #C06B88
Text Example
Text Example
White with #C06B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B88; }
p { color: rgb(192,107,136); }
H1.HeaderClassName
{
color: #C06B88;
}
.AnyTagClassName
{
color: #C06B88;
}
</style>
background-color css
<style>
a { background-color: #C06B88; }
a { background-color: rgb(192,107,136); }
div.DivClassName
{
background-color: #C06B88;
}
.BgClassName
{
background-color: #C06B88;
}
</style>
border-color css
<style>
span { border-color: #C06B88; }
span { border-color: rgb(192,107,136); }
td.TdClassName
{
border-color: #C06B88;
}
.TagClassName
{
border-color: #C06B88;
}
</style>