Shades of Tapestry #C0647E
Tints of Tapestry #C0647E
RGB
CMYK
RGB Variations
Color information
#C0647E (or 0xC0647E) is known color: Tapestry. HEX triplet: C0, 64 and 7E. RGB value is (192,100,126). Sum of RGB (Red+Green+Blue) = 192+100+126=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0647E is #3F9B81. Grayscale: #828282. Windows color (decimal): -4168578 or 8283328. OLE color: 8283328.
HSL color Cylindrical-coordinate representation of color #C0647E: hue angle of 343.04º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0647E is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 126 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.25 |
| HSL | 343.04º | 0.42% | 0.57% | - |
| HSV(B) | 343.04º | 0.48% | 0.75% | - |
| XYZ | 30.06 | 21.83 | 22.37 | - |
| YUV | 130.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 126 | 0 | 0.48 | 0.34 | 0.25 | 343.04 | 0.42 | 0.57 |
| Hex | C0 | 64 | 7E | 0 | 30 | 22 | 19 | 157 | 2A | 39 |
| Octal | 300 | 144 | 176 | 0 | 60 | 42 | 31 | 527 | 52 | 71 |
| Binary | 11000000 | 1100100 | 1111110 | 0 | 110000 | 100010 | 11001 | 101010111 | 101010 | 111001 |
Color Harmonies of #C0647E
Complementary color
Monochromatic Colors of #C0647E
Black with #C0647E
Text Example
Text Example
White with #C0647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0647E; }
p { color: rgb(192,100,126); }
H1.HeaderClassName
{
color: #C0647E;
}
.AnyTagClassName
{
color: #C0647E;
}
</style>
background-color css
<style>
a { background-color: #C0647E; }
a { background-color: rgb(192,100,126); }
div.DivClassName
{
background-color: #C0647E;
}
.BgClassName
{
background-color: #C0647E;
}
</style>
border-color css
<style>
span { border-color: #C0647E; }
span { border-color: rgb(192,100,126); }
td.TdClassName
{
border-color: #C0647E;
}
.TagClassName
{
border-color: #C0647E;
}
</style>