Shades of Tapestry #C07580
Tints of Tapestry #C07580
RGB
CMYK
RGB Variations
Color information
#C07580 (or 0xC07580) is known color: Tapestry. HEX triplet: C0, 75 and 80. RGB value is (192,117,128). Sum of RGB (Red+Green+Blue) = 192+117+128=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C07580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07580 is #3F8A7F. Grayscale: #8C8C8C. Windows color (decimal): -4164224 or 8418752. OLE color: 8418752.
HSL color Cylindrical-coordinate representation of color #C07580: hue angle of 351.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07580 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 128 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.25 |
| HSL | 351.2º | 0.37% | 0.61% | - |
| HSV(B) | 351.2º | 0.39% | 0.75% | - |
| XYZ | 32 | 25.49 | 23.66 | - |
| YUV | 140.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 128 | 0 | 0.39 | 0.33 | 0.25 | 351.2 | 0.37 | 0.61 |
| Hex | C0 | 75 | 80 | 0 | 27 | 21 | 19 | 15F | 25 | 3D |
| Octal | 300 | 165 | 200 | 0 | 47 | 41 | 31 | 537 | 45 | 75 |
| Binary | 11000000 | 1110101 | 10000000 | 0 | 100111 | 100001 | 11001 | 101011111 | 100101 | 111101 |
Color Harmonies of #C07580
Complementary color
Monochromatic Colors of #C07580
Black with #C07580
Text Example
Text Example
White with #C07580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07580; }
p { color: rgb(192,117,128); }
H1.HeaderClassName
{
color: #C07580;
}
.AnyTagClassName
{
color: #C07580;
}
</style>
background-color css
<style>
a { background-color: #C07580; }
a { background-color: rgb(192,117,128); }
div.DivClassName
{
background-color: #C07580;
}
.BgClassName
{
background-color: #C07580;
}
</style>
border-color css
<style>
span { border-color: #C07580; }
span { border-color: rgb(192,117,128); }
td.TdClassName
{
border-color: #C07580;
}
.TagClassName
{
border-color: #C07580;
}
</style>