Shades of Tapestry #C0758A
Tints of Tapestry #C0758A
RGB
CMYK
RGB Variations
Color information
#C0758A (or 0xC0758A) is known color: Tapestry. HEX triplet: C0, 75 and 8A. RGB value is (192,117,138). Sum of RGB (Red+Green+Blue) = 192+117+138=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0758A is #3F8A75. Grayscale: #8D8D8D. Windows color (decimal): -4164214 or 9074112. OLE color: 9074112.
HSL color Cylindrical-coordinate representation of color #C0758A: hue angle of 343.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 #C0758A is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 138 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.25 |
| HSL | 343.2º | 0.37% | 0.61% | - |
| HSV(B) | 343.2º | 0.39% | 0.75% | - |
| XYZ | 32.69 | 25.76 | 27.29 | - |
| YUV | 141.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 138 | 0 | 0.39 | 0.28 | 0.25 | 343.2 | 0.37 | 0.61 |
| Hex | C0 | 75 | 8A | 0 | 27 | 1C | 19 | 157 | 25 | 3D |
| Octal | 300 | 165 | 212 | 0 | 47 | 34 | 31 | 527 | 45 | 75 |
| Binary | 11000000 | 1110101 | 10001010 | 0 | 100111 | 11100 | 11001 | 101010111 | 100101 | 111101 |
Color Harmonies of #C0758A
Complementary color
Monochromatic Colors of #C0758A
Black with #C0758A
Text Example
Text Example
White with #C0758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0758A; }
p { color: rgb(192,117,138); }
H1.HeaderClassName
{
color: #C0758A;
}
.AnyTagClassName
{
color: #C0758A;
}
</style>
background-color css
<style>
a { background-color: #C0758A; }
a { background-color: rgb(192,117,138); }
div.DivClassName
{
background-color: #C0758A;
}
.BgClassName
{
background-color: #C0758A;
}
</style>
border-color css
<style>
span { border-color: #C0758A; }
span { border-color: rgb(192,117,138); }
td.TdClassName
{
border-color: #C0758A;
}
.TagClassName
{
border-color: #C0758A;
}
</style>