Shades of Tapestry #C0748A
Tints of Tapestry #C0748A
RGB
CMYK
RGB Variations
Color information
#C0748A (or 0xC0748A) is known color: Tapestry. HEX triplet: C0, 74 and 8A. RGB value is (192,116,138). Sum of RGB (Red+Green+Blue) = 192+116+138=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0748A is #3F8B75. Grayscale: #8D8D8D. Windows color (decimal): -4164470 or 9073856. OLE color: 9073856.
HSL color Cylindrical-coordinate representation of color #C0748A: hue angle of 342.63º 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 #C0748A is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 138 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.25 |
| HSL | 342.63º | 0.38% | 0.6% | - |
| HSV(B) | 342.63º | 0.4% | 0.75% | - |
| XYZ | 32.57 | 25.53 | 27.26 | - |
| YUV | 141.23 | 126.18 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 138 | 0 | 0.40 | 0.28 | 0.25 | 342.63 | 0.38 | 0.6 |
| Hex | C0 | 74 | 8A | 0 | 28 | 1C | 19 | 157 | 26 | 3C |
| Octal | 300 | 164 | 212 | 0 | 50 | 34 | 31 | 527 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10001010 | 0 | 101000 | 11100 | 11001 | 101010111 | 100110 | 111100 |
Color Harmonies of #C0748A
Complementary color
Monochromatic Colors of #C0748A
Black with #C0748A
Text Example
Text Example
White with #C0748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0748A; }
p { color: rgb(192,116,138); }
H1.HeaderClassName
{
color: #C0748A;
}
.AnyTagClassName
{
color: #C0748A;
}
</style>
background-color css
<style>
a { background-color: #C0748A; }
a { background-color: rgb(192,116,138); }
div.DivClassName
{
background-color: #C0748A;
}
.BgClassName
{
background-color: #C0748A;
}
</style>
border-color css
<style>
span { border-color: #C0748A; }
span { border-color: rgb(192,116,138); }
td.TdClassName
{
border-color: #C0748A;
}
.TagClassName
{
border-color: #C0748A;
}
</style>