Shades of Tapestry #C0677F
Tints of Tapestry #C0677F
RGB
CMYK
RGB Variations
Color information
#C0677F (or 0xC0677F) is known color: Tapestry. HEX triplet: C0, 67 and 7F. RGB value is (192,103,127). Sum of RGB (Red+Green+Blue) = 192+103+127=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0677F is #3F9880. Grayscale: #848484. Windows color (decimal): -4167809 or 8349632. OLE color: 8349632.
HSL color Cylindrical-coordinate representation of color #C0677F: hue angle of 343.82º 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 #C0677F is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 127 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.25 |
| HSL | 343.82º | 0.41% | 0.58% | - |
| HSV(B) | 343.82º | 0.46% | 0.75% | - |
| XYZ | 30.42 | 22.44 | 22.81 | - |
| YUV | 132.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 127 | 0 | 0.46 | 0.34 | 0.25 | 343.82 | 0.41 | 0.58 |
| Hex | C0 | 67 | 7F | 0 | 2E | 22 | 19 | 158 | 29 | 3A |
| Octal | 300 | 147 | 177 | 0 | 56 | 42 | 31 | 530 | 51 | 72 |
| Binary | 11000000 | 1100111 | 1111111 | 0 | 101110 | 100010 | 11001 | 101011000 | 101001 | 111010 |
Color Harmonies of #C0677F
Complementary color
Monochromatic Colors of #C0677F
Black with #C0677F
Text Example
Text Example
White with #C0677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0677F; }
p { color: rgb(192,103,127); }
H1.HeaderClassName
{
color: #C0677F;
}
.AnyTagClassName
{
color: #C0677F;
}
</style>
background-color css
<style>
a { background-color: #C0677F; }
a { background-color: rgb(192,103,127); }
div.DivClassName
{
background-color: #C0677F;
}
.BgClassName
{
background-color: #C0677F;
}
</style>
border-color css
<style>
span { border-color: #C0677F; }
span { border-color: rgb(192,103,127); }
td.TdClassName
{
border-color: #C0677F;
}
.TagClassName
{
border-color: #C0677F;
}
</style>