Shades of Tapestry #C06E78
Tints of Tapestry #C06E78
RGB
CMYK
RGB Variations
Color information
#C06E78 (or 0xC06E78) is known color: Tapestry. HEX triplet: C0, 6E and 78. RGB value is (192,110,120). Sum of RGB (Red+Green+Blue) = 192+110+120=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E78 is #3F9187. Grayscale: #878787. Windows color (decimal): -4166024 or 7892672. OLE color: 7892672.
HSL color Cylindrical-coordinate representation of color #C06E78: hue angle of 352.68º 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 #C06E78 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 120 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.25 |
| HSL | 352.68º | 0.39% | 0.59% | - |
| HSV(B) | 352.68º | 0.43% | 0.75% | - |
| XYZ | 30.7 | 23.71 | 20.73 | - |
| YUV | 135.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 120 | 0 | 0.43 | 0.38 | 0.25 | 352.68 | 0.39 | 0.59 |
| Hex | C0 | 6E | 78 | 0 | 2B | 26 | 19 | 161 | 27 | 3B |
| Octal | 300 | 156 | 170 | 0 | 53 | 46 | 31 | 541 | 47 | 73 |
| Binary | 11000000 | 1101110 | 1111000 | 0 | 101011 | 100110 | 11001 | 101100001 | 100111 | 111011 |
Color Harmonies of #C06E78
Complementary color
Monochromatic Colors of #C06E78
Black with #C06E78
Text Example
Text Example
White with #C06E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E78; }
p { color: rgb(192,110,120); }
H1.HeaderClassName
{
color: #C06E78;
}
.AnyTagClassName
{
color: #C06E78;
}
</style>
background-color css
<style>
a { background-color: #C06E78; }
a { background-color: rgb(192,110,120); }
div.DivClassName
{
background-color: #C06E78;
}
.BgClassName
{
background-color: #C06E78;
}
</style>
border-color css
<style>
span { border-color: #C06E78; }
span { border-color: rgb(192,110,120); }
td.TdClassName
{
border-color: #C06E78;
}
.TagClassName
{
border-color: #C06E78;
}
</style>