Shades of Tapestry #C0667C
Tints of Tapestry #C0667C
RGB
CMYK
RGB Variations
Color information
#C0667C (or 0xC0667C) is known color: Tapestry. HEX triplet: C0, 66 and 7C. RGB value is (192,102,124). Sum of RGB (Red+Green+Blue) = 192+102+124=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0667C is #3F9983. Grayscale: #838383. Windows color (decimal): -4168068 or 8152768. OLE color: 8152768.
HSL color Cylindrical-coordinate representation of color #C0667C: hue angle of 345.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0667C is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 124 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.25 |
| HSL | 345.33º | 0.42% | 0.58% | - |
| HSV(B) | 345.33º | 0.47% | 0.75% | - |
| XYZ | 30.13 | 22.16 | 21.76 | - |
| YUV | 131.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 124 | 0 | 0.47 | 0.35 | 0.25 | 345.33 | 0.42 | 0.58 |
| Hex | C0 | 66 | 7C | 0 | 2F | 23 | 19 | 159 | 2A | 3A |
| Octal | 300 | 146 | 174 | 0 | 57 | 43 | 31 | 531 | 52 | 72 |
| Binary | 11000000 | 1100110 | 1111100 | 0 | 101111 | 100011 | 11001 | 101011001 | 101010 | 111010 |
Color Harmonies of #C0667C
Complementary color
Monochromatic Colors of #C0667C
Black with #C0667C
Text Example
Text Example
White with #C0667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0667C; }
p { color: rgb(192,102,124); }
H1.HeaderClassName
{
color: #C0667C;
}
.AnyTagClassName
{
color: #C0667C;
}
</style>
background-color css
<style>
a { background-color: #C0667C; }
a { background-color: rgb(192,102,124); }
div.DivClassName
{
background-color: #C0667C;
}
.BgClassName
{
background-color: #C0667C;
}
</style>
border-color css
<style>
span { border-color: #C0667C; }
span { border-color: rgb(192,102,124); }
td.TdClassName
{
border-color: #C0667C;
}
.TagClassName
{
border-color: #C0667C;
}
</style>