Shades of Tapestry #C0707F
Tints of Tapestry #C0707F
RGB
CMYK
RGB Variations
Color information
#C0707F (or 0xC0707F) is known color: Tapestry. HEX triplet: C0, 70 and 7F. RGB value is (192,112,127). Sum of RGB (Red+Green+Blue) = 192+112+127=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0707F is #3F8F80. Grayscale: #898989. Windows color (decimal): -4165505 or 8351936. OLE color: 8351936.
HSL color Cylindrical-coordinate representation of color #C0707F: hue angle of 348.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0707F is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 127 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.25 |
| HSL | 348.75º | 0.39% | 0.6% | - |
| HSV(B) | 348.75º | 0.42% | 0.75% | - |
| XYZ | 31.36 | 24.33 | 23.12 | - |
| YUV | 137.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 127 | 0 | 0.42 | 0.34 | 0.25 | 348.75 | 0.39 | 0.6 |
| Hex | C0 | 70 | 7F | 0 | 2A | 22 | 19 | 15D | 27 | 3C |
| Octal | 300 | 160 | 177 | 0 | 52 | 42 | 31 | 535 | 47 | 74 |
| Binary | 11000000 | 1110000 | 1111111 | 0 | 101010 | 100010 | 11001 | 101011101 | 100111 | 111100 |
Color Harmonies of #C0707F
Complementary color
Monochromatic Colors of #C0707F
Black with #C0707F
Text Example
Text Example
White with #C0707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0707F; }
p { color: rgb(192,112,127); }
H1.HeaderClassName
{
color: #C0707F;
}
.AnyTagClassName
{
color: #C0707F;
}
</style>
background-color css
<style>
a { background-color: #C0707F; }
a { background-color: rgb(192,112,127); }
div.DivClassName
{
background-color: #C0707F;
}
.BgClassName
{
background-color: #C0707F;
}
</style>
border-color css
<style>
span { border-color: #C0707F; }
span { border-color: rgb(192,112,127); }
td.TdClassName
{
border-color: #C0707F;
}
.TagClassName
{
border-color: #C0707F;
}
</style>