Shades of Tapestry #C0667B
Tints of Tapestry #C0667B
RGB
CMYK
RGB Variations
Color information
#C0667B (or 0xC0667B) is known color: Tapestry. HEX triplet: C0, 66 and 7B. RGB value is (192,102,123). Sum of RGB (Red+Green+Blue) = 192+102+123=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0667B is #3F9984. Grayscale: #838383. Windows color (decimal): -4168069 or 8087232. OLE color: 8087232.
HSL color Cylindrical-coordinate representation of color #C0667B: hue angle of 346º 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 #C0667B is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 102 | 123 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.25 |
| HSL | 346º | 0.42% | 0.58% | - |
| HSV(B) | 346º | 0.47% | 0.75% | - |
| XYZ | 30.06 | 22.14 | 21.43 | - |
| YUV | 131.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 123 | 0 | 0.47 | 0.36 | 0.25 | 346 | 0.42 | 0.58 |
| Hex | C0 | 66 | 7B | 0 | 2F | 24 | 19 | 15A | 2A | 3A |
| Octal | 300 | 146 | 173 | 0 | 57 | 44 | 31 | 532 | 52 | 72 |
| Binary | 11000000 | 1100110 | 1111011 | 0 | 101111 | 100100 | 11001 | 101011010 | 101010 | 111010 |
Color Harmonies of #C0667B
Complementary color
Monochromatic Colors of #C0667B
Black with #C0667B
Text Example
Text Example
White with #C0667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0667B; }
p { color: rgb(192,102,123); }
H1.HeaderClassName
{
color: #C0667B;
}
.AnyTagClassName
{
color: #C0667B;
}
</style>
background-color css
<style>
a { background-color: #C0667B; }
a { background-color: rgb(192,102,123); }
div.DivClassName
{
background-color: #C0667B;
}
.BgClassName
{
background-color: #C0667B;
}
</style>
border-color css
<style>
span { border-color: #C0667B; }
span { border-color: rgb(192,102,123); }
td.TdClassName
{
border-color: #C0667B;
}
.TagClassName
{
border-color: #C0667B;
}
</style>