Shades of Tapestry #C06A75
Tints of Tapestry #C06A75
RGB
CMYK
RGB Variations
Color information
#C06A75 (or 0xC06A75) is known color: Tapestry. HEX triplet: C0, 6A and 75. RGB value is (192,106,117). Sum of RGB (Red+Green+Blue) = 192+106+117=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A75 is #3F958A. Grayscale: #858585. Windows color (decimal): -4167051 or 7695040. OLE color: 7695040.
HSL color Cylindrical-coordinate representation of color #C06A75: hue angle of 352.33º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06A75 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 117 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.25 |
| HSL | 352.33º | 0.41% | 0.58% | - |
| HSV(B) | 352.33º | 0.45% | 0.75% | - |
| XYZ | 30.1 | 22.8 | 19.64 | - |
| YUV | 132.97 | 118.99 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 117 | 0 | 0.45 | 0.39 | 0.25 | 352.33 | 0.41 | 0.58 |
| Hex | C0 | 6A | 75 | 0 | 2D | 27 | 19 | 160 | 29 | 3A |
| Octal | 300 | 152 | 165 | 0 | 55 | 47 | 31 | 540 | 51 | 72 |
| Binary | 11000000 | 1101010 | 1110101 | 0 | 101101 | 100111 | 11001 | 101100000 | 101001 | 111010 |
Color Harmonies of #C06A75
Complementary color
Monochromatic Colors of #C06A75
Black with #C06A75
Text Example
Text Example
White with #C06A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A75; }
p { color: rgb(192,106,117); }
H1.HeaderClassName
{
color: #C06A75;
}
.AnyTagClassName
{
color: #C06A75;
}
</style>
background-color css
<style>
a { background-color: #C06A75; }
a { background-color: rgb(192,106,117); }
div.DivClassName
{
background-color: #C06A75;
}
.BgClassName
{
background-color: #C06A75;
}
</style>
border-color css
<style>
span { border-color: #C06A75; }
span { border-color: rgb(192,106,117); }
td.TdClassName
{
border-color: #C06A75;
}
.TagClassName
{
border-color: #C06A75;
}
</style>