Shades of Tapestry #C17377
Tints of Tapestry #C17377
RGB
CMYK
RGB Variations
Color information
#C17377 (or 0xC17377) is known color: Tapestry. HEX triplet: C1, 73 and 77. RGB value is (193,115,119). Sum of RGB (Red+Green+Blue) = 193+115+119=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C17377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17377 is #3E8C88. Grayscale: #8A8A8A. Windows color (decimal): -4099209 or 7828417. OLE color: 7828417.
HSL color Cylindrical-coordinate representation of color #C17377: hue angle of 356.92º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17377 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 119 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.24 |
| HSL | 356.92º | 0.39% | 0.6% | - |
| HSV(B) | 356.92º | 0.4% | 0.76% | - |
| XYZ | 31.45 | 24.93 | 20.61 | - |
| YUV | 138.78 | 116.84 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 119 | 0 | 0.40 | 0.38 | 0.24 | 356.92 | 0.39 | 0.6 |
| Hex | C1 | 73 | 77 | 0 | 28 | 26 | 18 | 165 | 27 | 3C |
| Octal | 301 | 163 | 167 | 0 | 50 | 46 | 30 | 545 | 47 | 74 |
| Binary | 11000001 | 1110011 | 1110111 | 0 | 101000 | 100110 | 11000 | 101100101 | 100111 | 111100 |
Color Harmonies of #C17377
Complementary color
Monochromatic Colors of #C17377
Black with #C17377
Text Example
Text Example
White with #C17377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17377; }
p { color: rgb(193,115,119); }
H1.HeaderClassName
{
color: #C17377;
}
.AnyTagClassName
{
color: #C17377;
}
</style>
background-color css
<style>
a { background-color: #C17377; }
a { background-color: rgb(193,115,119); }
div.DivClassName
{
background-color: #C17377;
}
.BgClassName
{
background-color: #C17377;
}
</style>
border-color css
<style>
span { border-color: #C17377; }
span { border-color: rgb(193,115,119); }
td.TdClassName
{
border-color: #C17377;
}
.TagClassName
{
border-color: #C17377;
}
</style>