Shades of Tapestry #C05E81
Tints of Tapestry #C05E81
RGB
CMYK
RGB Variations
Color information
#C05E81 (or 0xC05E81) is known color: Tapestry. HEX triplet: C0, 5E and 81. RGB value is (192,94,129). Sum of RGB (Red+Green+Blue) = 192+94+129=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05E81 is #3FA17E. Grayscale: #7F7F7F. Windows color (decimal): -4170111 or 8478400. OLE color: 8478400.
HSL color Cylindrical-coordinate representation of color #C05E81: hue angle of 338.57º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05E81 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 129 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.25 |
| HSL | 338.57º | 0.44% | 0.56% | - |
| HSV(B) | 338.57º | 0.51% | 0.75% | - |
| XYZ | 29.7 | 20.8 | 23.22 | - |
| YUV | 127.29 | 128.97 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 129 | 0 | 0.51 | 0.33 | 0.25 | 338.57 | 0.44 | 0.56 |
| Hex | C0 | 5E | 81 | 0 | 33 | 21 | 19 | 153 | 2C | 38 |
| Octal | 300 | 136 | 201 | 0 | 63 | 41 | 31 | 523 | 54 | 70 |
| Binary | 11000000 | 1011110 | 10000001 | 0 | 110011 | 100001 | 11001 | 101010011 | 101100 | 111000 |
Color Harmonies of #C05E81
Complementary color
Monochromatic Colors of #C05E81
Black with #C05E81
Text Example
Text Example
White with #C05E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E81; }
p { color: rgb(192,94,129); }
H1.HeaderClassName
{
color: #C05E81;
}
.AnyTagClassName
{
color: #C05E81;
}
</style>
background-color css
<style>
a { background-color: #C05E81; }
a { background-color: rgb(192,94,129); }
div.DivClassName
{
background-color: #C05E81;
}
.BgClassName
{
background-color: #C05E81;
}
</style>
border-color css
<style>
span { border-color: #C05E81; }
span { border-color: rgb(192,94,129); }
td.TdClassName
{
border-color: #C05E81;
}
.TagClassName
{
border-color: #C05E81;
}
</style>