Shades of Tapestry #C06D75
Tints of Tapestry #C06D75
RGB
CMYK
RGB Variations
Color information
#C06D75 (or 0xC06D75) is known color: Tapestry. HEX triplet: C0, 6D and 75. RGB value is (192,109,117). Sum of RGB (Red+Green+Blue) = 192+109+117=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D75 is #3F928A. Grayscale: #868686. Windows color (decimal): -4166283 or 7695808. OLE color: 7695808.
HSL color Cylindrical-coordinate representation of color #C06D75: hue angle of 354.22º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06D75 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 117 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.25 |
| HSL | 354.22º | 0.4% | 0.59% | - |
| HSV(B) | 354.22º | 0.43% | 0.75% | - |
| XYZ | 30.42 | 23.43 | 19.75 | - |
| YUV | 134.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 117 | 0 | 0.43 | 0.39 | 0.25 | 354.22 | 0.4 | 0.59 |
| Hex | C0 | 6D | 75 | 0 | 2B | 27 | 19 | 162 | 28 | 3B |
| Octal | 300 | 155 | 165 | 0 | 53 | 47 | 31 | 542 | 50 | 73 |
| Binary | 11000000 | 1101101 | 1110101 | 0 | 101011 | 100111 | 11001 | 101100010 | 101000 | 111011 |
Color Harmonies of #C06D75
Complementary color
Monochromatic Colors of #C06D75
Black with #C06D75
Text Example
Text Example
White with #C06D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D75; }
p { color: rgb(192,109,117); }
H1.HeaderClassName
{
color: #C06D75;
}
.AnyTagClassName
{
color: #C06D75;
}
</style>
background-color css
<style>
a { background-color: #C06D75; }
a { background-color: rgb(192,109,117); }
div.DivClassName
{
background-color: #C06D75;
}
.BgClassName
{
background-color: #C06D75;
}
</style>
border-color css
<style>
span { border-color: #C06D75; }
span { border-color: rgb(192,109,117); }
td.TdClassName
{
border-color: #C06D75;
}
.TagClassName
{
border-color: #C06D75;
}
</style>