Shades of Tapestry #C0687C
Tints of Tapestry #C0687C
RGB
CMYK
RGB Variations
Color information
#C0687C (or 0xC0687C) is known color: Tapestry. HEX triplet: C0, 68 and 7C. RGB value is (192,104,124). Sum of RGB (Red+Green+Blue) = 192+104+124=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0687C is #3F9783. Grayscale: #848484. Windows color (decimal): -4167556 or 8153280. OLE color: 8153280.
HSL color Cylindrical-coordinate representation of color #C0687C: hue angle of 346.36º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0687C is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 124 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.25 |
| HSL | 346.36º | 0.41% | 0.58% | - |
| HSV(B) | 346.36º | 0.46% | 0.75% | - |
| XYZ | 30.33 | 22.56 | 21.83 | - |
| YUV | 132.59 | 123.15 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 124 | 0 | 0.46 | 0.35 | 0.25 | 346.36 | 0.41 | 0.58 |
| Hex | C0 | 68 | 7C | 0 | 2E | 23 | 19 | 15A | 29 | 3A |
| Octal | 300 | 150 | 174 | 0 | 56 | 43 | 31 | 532 | 51 | 72 |
| Binary | 11000000 | 1101000 | 1111100 | 0 | 101110 | 100011 | 11001 | 101011010 | 101001 | 111010 |
Color Harmonies of #C0687C
Complementary color
Monochromatic Colors of #C0687C
Black with #C0687C
Text Example
Text Example
White with #C0687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0687C; }
p { color: rgb(192,104,124); }
H1.HeaderClassName
{
color: #C0687C;
}
.AnyTagClassName
{
color: #C0687C;
}
</style>
background-color css
<style>
a { background-color: #C0687C; }
a { background-color: rgb(192,104,124); }
div.DivClassName
{
background-color: #C0687C;
}
.BgClassName
{
background-color: #C0687C;
}
</style>
border-color css
<style>
span { border-color: #C0687C; }
span { border-color: rgb(192,104,124); }
td.TdClassName
{
border-color: #C0687C;
}
.TagClassName
{
border-color: #C0687C;
}
</style>