Shades of Tapestry #C0677B
Tints of Tapestry #C0677B
RGB
CMYK
RGB Variations
Color information
#C0677B (or 0xC0677B) is known color: Tapestry. HEX triplet: C0, 67 and 7B. RGB value is (192,103,123). Sum of RGB (Red+Green+Blue) = 192+103+123=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0677B is #3F9884. Grayscale: #838383. Windows color (decimal): -4167813 or 8087488. OLE color: 8087488.
HSL color Cylindrical-coordinate representation of color #C0677B: hue angle of 346.52º 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 #C0677B is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 123 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.25 |
| HSL | 346.52º | 0.41% | 0.58% | - |
| HSV(B) | 346.52º | 0.46% | 0.75% | - |
| XYZ | 30.16 | 22.34 | 21.46 | - |
| YUV | 131.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 123 | 0 | 0.46 | 0.36 | 0.25 | 346.52 | 0.41 | 0.58 |
| Hex | C0 | 67 | 7B | 0 | 2E | 24 | 19 | 15B | 29 | 3A |
| Octal | 300 | 147 | 173 | 0 | 56 | 44 | 31 | 533 | 51 | 72 |
| Binary | 11000000 | 1100111 | 1111011 | 0 | 101110 | 100100 | 11001 | 101011011 | 101001 | 111010 |
Color Harmonies of #C0677B
Complementary color
Monochromatic Colors of #C0677B
Black with #C0677B
Text Example
Text Example
White with #C0677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0677B; }
p { color: rgb(192,103,123); }
H1.HeaderClassName
{
color: #C0677B;
}
.AnyTagClassName
{
color: #C0677B;
}
</style>
background-color css
<style>
a { background-color: #C0677B; }
a { background-color: rgb(192,103,123); }
div.DivClassName
{
background-color: #C0677B;
}
.BgClassName
{
background-color: #C0677B;
}
</style>
border-color css
<style>
span { border-color: #C0677B; }
span { border-color: rgb(192,103,123); }
td.TdClassName
{
border-color: #C0677B;
}
.TagClassName
{
border-color: #C0677B;
}
</style>