Shades of Tapestry #C06B84
Tints of Tapestry #C06B84
RGB
CMYK
RGB Variations
Color information
#C06B84 (or 0xC06B84) is known color: Tapestry. HEX triplet: C0, 6B and 84. RGB value is (192,107,132). Sum of RGB (Red+Green+Blue) = 192+107+132=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06B84 is #3F947B. Grayscale: #878787. Windows color (decimal): -4166780 or 8678336. OLE color: 8678336.
HSL color Cylindrical-coordinate representation of color #C06B84: hue angle of 342.35º 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 #C06B84 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 132 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.25 |
| HSL | 342.35º | 0.4% | 0.59% | - |
| HSV(B) | 342.35º | 0.44% | 0.75% | - |
| XYZ | 31.16 | 23.39 | 24.7 | - |
| YUV | 135.27 | 126.16 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 132 | 0 | 0.44 | 0.31 | 0.25 | 342.35 | 0.4 | 0.59 |
| Hex | C0 | 6B | 84 | 0 | 2C | 1F | 19 | 156 | 28 | 3B |
| Octal | 300 | 153 | 204 | 0 | 54 | 37 | 31 | 526 | 50 | 73 |
| Binary | 11000000 | 1101011 | 10000100 | 0 | 101100 | 11111 | 11001 | 101010110 | 101000 | 111011 |
Color Harmonies of #C06B84
Complementary color
Monochromatic Colors of #C06B84
Black with #C06B84
Text Example
Text Example
White with #C06B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B84; }
p { color: rgb(192,107,132); }
H1.HeaderClassName
{
color: #C06B84;
}
.AnyTagClassName
{
color: #C06B84;
}
</style>
background-color css
<style>
a { background-color: #C06B84; }
a { background-color: rgb(192,107,132); }
div.DivClassName
{
background-color: #C06B84;
}
.BgClassName
{
background-color: #C06B84;
}
</style>
border-color css
<style>
span { border-color: #C06B84; }
span { border-color: rgb(192,107,132); }
td.TdClassName
{
border-color: #C06B84;
}
.TagClassName
{
border-color: #C06B84;
}
</style>