Shades of Tapestry #C06C8A
Tints of Tapestry #C06C8A
RGB
CMYK
RGB Variations
Color information
#C06C8A (or 0xC06C8A) is known color: Tapestry. HEX triplet: C0, 6C and 8A. RGB value is (192,108,138). Sum of RGB (Red+Green+Blue) = 192+108+138=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C8A is #3F9375. Grayscale: #888888. Windows color (decimal): -4166518 or 9071808. OLE color: 9071808.
HSL color Cylindrical-coordinate representation of color #C06C8A: hue angle of 338.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06C8A is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 138 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.25 |
| HSL | 338.57º | 0.4% | 0.59% | - |
| HSV(B) | 338.57º | 0.44% | 0.75% | - |
| XYZ | 31.69 | 23.77 | 26.96 | - |
| YUV | 136.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 138 | 0 | 0.44 | 0.28 | 0.25 | 338.57 | 0.4 | 0.59 |
| Hex | C0 | 6C | 8A | 0 | 2C | 1C | 19 | 153 | 28 | 3B |
| Octal | 300 | 154 | 212 | 0 | 54 | 34 | 31 | 523 | 50 | 73 |
| Binary | 11000000 | 1101100 | 10001010 | 0 | 101100 | 11100 | 11001 | 101010011 | 101000 | 111011 |
Color Harmonies of #C06C8A
Complementary color
Monochromatic Colors of #C06C8A
Black with #C06C8A
Text Example
Text Example
White with #C06C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C8A; }
p { color: rgb(192,108,138); }
H1.HeaderClassName
{
color: #C06C8A;
}
.AnyTagClassName
{
color: #C06C8A;
}
</style>
background-color css
<style>
a { background-color: #C06C8A; }
a { background-color: rgb(192,108,138); }
div.DivClassName
{
background-color: #C06C8A;
}
.BgClassName
{
background-color: #C06C8A;
}
</style>
border-color css
<style>
span { border-color: #C06C8A; }
span { border-color: rgb(192,108,138); }
td.TdClassName
{
border-color: #C06C8A;
}
.TagClassName
{
border-color: #C06C8A;
}
</style>