Shades of Tapestry #C06C83
Tints of Tapestry #C06C83
RGB
CMYK
RGB Variations
Color information
#C06C83 (or 0xC06C83) is known color: Tapestry. HEX triplet: C0, 6C and 83. RGB value is (192,108,131). Sum of RGB (Red+Green+Blue) = 192+108+131=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C83 is #3F937C. Grayscale: #878787. Windows color (decimal): -4166525 or 8613056. OLE color: 8613056.
HSL color Cylindrical-coordinate representation of color #C06C83: hue angle of 343.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 #C06C83 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 131 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.25 |
| HSL | 343.57º | 0.4% | 0.59% | - |
| HSV(B) | 343.57º | 0.44% | 0.75% | - |
| XYZ | 31.2 | 23.57 | 24.38 | - |
| YUV | 135.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 131 | 0 | 0.44 | 0.32 | 0.25 | 343.57 | 0.4 | 0.59 |
| Hex | C0 | 6C | 83 | 0 | 2C | 20 | 19 | 158 | 28 | 3B |
| Octal | 300 | 154 | 203 | 0 | 54 | 40 | 31 | 530 | 50 | 73 |
| Binary | 11000000 | 1101100 | 10000011 | 0 | 101100 | 100000 | 11001 | 101011000 | 101000 | 111011 |
Color Harmonies of #C06C83
Complementary color
Monochromatic Colors of #C06C83
Black with #C06C83
Text Example
Text Example
White with #C06C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C83; }
p { color: rgb(192,108,131); }
H1.HeaderClassName
{
color: #C06C83;
}
.AnyTagClassName
{
color: #C06C83;
}
</style>
background-color css
<style>
a { background-color: #C06C83; }
a { background-color: rgb(192,108,131); }
div.DivClassName
{
background-color: #C06C83;
}
.BgClassName
{
background-color: #C06C83;
}
</style>
border-color css
<style>
span { border-color: #C06C83; }
span { border-color: rgb(192,108,131); }
td.TdClassName
{
border-color: #C06C83;
}
.TagClassName
{
border-color: #C06C83;
}
</style>