Shades of Tapestry #C07478
Tints of Tapestry #C07478
RGB
CMYK
RGB Variations
Color information
#C07478 (or 0xC07478) is known color: Tapestry. HEX triplet: C0, 74 and 78. RGB value is (192,116,120). Sum of RGB (Red+Green+Blue) = 192+116+120=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C07478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07478 is #3F8B87. Grayscale: #8B8B8B. Windows color (decimal): -4164488 or 7894208. OLE color: 7894208.
HSL color Cylindrical-coordinate representation of color #C07478: hue angle of 356.84º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07478 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 120 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.25 |
| HSL | 356.84º | 0.38% | 0.6% | - |
| HSV(B) | 356.84º | 0.4% | 0.75% | - |
| XYZ | 31.37 | 25.05 | 20.95 | - |
| YUV | 139.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 120 | 0 | 0.40 | 0.38 | 0.25 | 356.84 | 0.38 | 0.6 |
| Hex | C0 | 74 | 78 | 0 | 28 | 26 | 19 | 165 | 26 | 3C |
| Octal | 300 | 164 | 170 | 0 | 50 | 46 | 31 | 545 | 46 | 74 |
| Binary | 11000000 | 1110100 | 1111000 | 0 | 101000 | 100110 | 11001 | 101100101 | 100110 | 111100 |
Color Harmonies of #C07478
Complementary color
Monochromatic Colors of #C07478
Black with #C07478
Text Example
Text Example
White with #C07478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07478; }
p { color: rgb(192,116,120); }
H1.HeaderClassName
{
color: #C07478;
}
.AnyTagClassName
{
color: #C07478;
}
</style>
background-color css
<style>
a { background-color: #C07478; }
a { background-color: rgb(192,116,120); }
div.DivClassName
{
background-color: #C07478;
}
.BgClassName
{
background-color: #C07478;
}
</style>
border-color css
<style>
span { border-color: #C07478; }
span { border-color: rgb(192,116,120); }
td.TdClassName
{
border-color: #C07478;
}
.TagClassName
{
border-color: #C07478;
}
</style>