Shades of Tapestry #C06B81
Tints of Tapestry #C06B81
RGB
CMYK
RGB Variations
Color information
#C06B81 (or 0xC06B81) is known color: Tapestry. HEX triplet: C0, 6B and 81. RGB value is (192,107,129). Sum of RGB (Red+Green+Blue) = 192+107+129=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06B81 is #3F947E. Grayscale: #868686. Windows color (decimal): -4166783 or 8481728. OLE color: 8481728.
HSL color Cylindrical-coordinate representation of color #C06B81: hue angle of 344.47º 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 #C06B81 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 129 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.25 |
| HSL | 344.47º | 0.4% | 0.59% | - |
| HSV(B) | 344.47º | 0.44% | 0.75% | - |
| XYZ | 30.96 | 23.31 | 23.64 | - |
| YUV | 134.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 129 | 0 | 0.44 | 0.33 | 0.25 | 344.47 | 0.4 | 0.59 |
| Hex | C0 | 6B | 81 | 0 | 2C | 21 | 19 | 158 | 28 | 3B |
| Octal | 300 | 153 | 201 | 0 | 54 | 41 | 31 | 530 | 50 | 73 |
| Binary | 11000000 | 1101011 | 10000001 | 0 | 101100 | 100001 | 11001 | 101011000 | 101000 | 111011 |
Color Harmonies of #C06B81
Complementary color
Monochromatic Colors of #C06B81
Black with #C06B81
Text Example
Text Example
White with #C06B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B81; }
p { color: rgb(192,107,129); }
H1.HeaderClassName
{
color: #C06B81;
}
.AnyTagClassName
{
color: #C06B81;
}
</style>
background-color css
<style>
a { background-color: #C06B81; }
a { background-color: rgb(192,107,129); }
div.DivClassName
{
background-color: #C06B81;
}
.BgClassName
{
background-color: #C06B81;
}
</style>
border-color css
<style>
span { border-color: #C06B81; }
span { border-color: rgb(192,107,129); }
td.TdClassName
{
border-color: #C06B81;
}
.TagClassName
{
border-color: #C06B81;
}
</style>