Shades of Tapestry #C0677C
Tints of Tapestry #C0677C
RGB
CMYK
RGB Variations
Color information
#C0677C (or 0xC0677C) is known color: Tapestry. HEX triplet: C0, 67 and 7C. RGB value is (192,103,124). Sum of RGB (Red+Green+Blue) = 192+103+124=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0677C is #3F9883. Grayscale: #848484. Windows color (decimal): -4167812 or 8153024. OLE color: 8153024.
HSL color Cylindrical-coordinate representation of color #C0677C: hue angle of 345.84º 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 #C0677C is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 124 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.25 |
| HSL | 345.84º | 0.41% | 0.58% | - |
| HSV(B) | 345.84º | 0.46% | 0.75% | - |
| XYZ | 30.23 | 22.36 | 21.79 | - |
| YUV | 132.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 124 | 0 | 0.46 | 0.35 | 0.25 | 345.84 | 0.41 | 0.58 |
| Hex | C0 | 67 | 7C | 0 | 2E | 23 | 19 | 15A | 29 | 3A |
| Octal | 300 | 147 | 174 | 0 | 56 | 43 | 31 | 532 | 51 | 72 |
| Binary | 11000000 | 1100111 | 1111100 | 0 | 101110 | 100011 | 11001 | 101011010 | 101001 | 111010 |
Color Harmonies of #C0677C
Complementary color
Monochromatic Colors of #C0677C
Black with #C0677C
Text Example
Text Example
White with #C0677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0677C; }
p { color: rgb(192,103,124); }
H1.HeaderClassName
{
color: #C0677C;
}
.AnyTagClassName
{
color: #C0677C;
}
</style>
background-color css
<style>
a { background-color: #C0677C; }
a { background-color: rgb(192,103,124); }
div.DivClassName
{
background-color: #C0677C;
}
.BgClassName
{
background-color: #C0677C;
}
</style>
border-color css
<style>
span { border-color: #C0677C; }
span { border-color: rgb(192,103,124); }
td.TdClassName
{
border-color: #C0677C;
}
.TagClassName
{
border-color: #C0677C;
}
</style>