Shades of Tapestry #C0707D
Tints of Tapestry #C0707D
RGB
CMYK
RGB Variations
Color information
#C0707D (or 0xC0707D) is known color: Tapestry. HEX triplet: C0, 70 and 7D. RGB value is (192,112,125). Sum of RGB (Red+Green+Blue) = 192+112+125=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0707D is #3F8F82. Grayscale: #898989. Windows color (decimal): -4165507 or 8220864. OLE color: 8220864.
HSL color Cylindrical-coordinate representation of color #C0707D: hue angle of 350.25º 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 #C0707D is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 125 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.25 |
| HSL | 350.25º | 0.39% | 0.6% | - |
| HSV(B) | 350.25º | 0.42% | 0.75% | - |
| XYZ | 31.23 | 24.28 | 22.44 | - |
| YUV | 137.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 125 | 0 | 0.42 | 0.35 | 0.25 | 350.25 | 0.39 | 0.6 |
| Hex | C0 | 70 | 7D | 0 | 2A | 23 | 19 | 15E | 27 | 3C |
| Octal | 300 | 160 | 175 | 0 | 52 | 43 | 31 | 536 | 47 | 74 |
| Binary | 11000000 | 1110000 | 1111101 | 0 | 101010 | 100011 | 11001 | 101011110 | 100111 | 111100 |
Color Harmonies of #C0707D
Complementary color
Monochromatic Colors of #C0707D
Black with #C0707D
Text Example
Text Example
White with #C0707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0707D; }
p { color: rgb(192,112,125); }
H1.HeaderClassName
{
color: #C0707D;
}
.AnyTagClassName
{
color: #C0707D;
}
</style>
background-color css
<style>
a { background-color: #C0707D; }
a { background-color: rgb(192,112,125); }
div.DivClassName
{
background-color: #C0707D;
}
.BgClassName
{
background-color: #C0707D;
}
</style>
border-color css
<style>
span { border-color: #C0707D; }
span { border-color: rgb(192,112,125); }
td.TdClassName
{
border-color: #C0707D;
}
.TagClassName
{
border-color: #C0707D;
}
</style>