Shades of Tapestry #C06E83
Tints of Tapestry #C06E83
RGB
CMYK
RGB Variations
Color information
#C06E83 (or 0xC06E83) is known color: Tapestry. HEX triplet: C0, 6E and 83. RGB value is (192,110,131). Sum of RGB (Red+Green+Blue) = 192+110+131=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06E83 is #3F917C. Grayscale: #888888. Windows color (decimal): -4166013 or 8613568. OLE color: 8613568.
HSL color Cylindrical-coordinate representation of color #C06E83: hue angle of 344.63º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06E83 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 131 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.25 |
| HSL | 344.63º | 0.39% | 0.59% | - |
| HSV(B) | 344.63º | 0.43% | 0.75% | - |
| XYZ | 31.41 | 24 | 24.45 | - |
| YUV | 136.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 131 | 0 | 0.43 | 0.32 | 0.25 | 344.63 | 0.39 | 0.59 |
| Hex | C0 | 6E | 83 | 0 | 2B | 20 | 19 | 159 | 27 | 3B |
| Octal | 300 | 156 | 203 | 0 | 53 | 40 | 31 | 531 | 47 | 73 |
| Binary | 11000000 | 1101110 | 10000011 | 0 | 101011 | 100000 | 11001 | 101011001 | 100111 | 111011 |
Color Harmonies of #C06E83
Complementary color
Monochromatic Colors of #C06E83
Black with #C06E83
Text Example
Text Example
White with #C06E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E83; }
p { color: rgb(192,110,131); }
H1.HeaderClassName
{
color: #C06E83;
}
.AnyTagClassName
{
color: #C06E83;
}
</style>
background-color css
<style>
a { background-color: #C06E83; }
a { background-color: rgb(192,110,131); }
div.DivClassName
{
background-color: #C06E83;
}
.BgClassName
{
background-color: #C06E83;
}
</style>
border-color css
<style>
span { border-color: #C06E83; }
span { border-color: rgb(192,110,131); }
td.TdClassName
{
border-color: #C06E83;
}
.TagClassName
{
border-color: #C06E83;
}
</style>