Shades of Tapestry #C17383
Tints of Tapestry #C17383
RGB
CMYK
RGB Variations
Color information
#C17383 (or 0xC17383) is known color: Tapestry. HEX triplet: C1, 73 and 83. RGB value is (193,115,131). Sum of RGB (Red+Green+Blue) = 193+115+131=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C17383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17383 is #3E8C7C. Grayscale: #8C8C8C. Windows color (decimal): -4099197 or 8614849. OLE color: 8614849.
HSL color Cylindrical-coordinate representation of color #C17383: hue angle of 347.69º 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 #C17383 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 131 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.24 |
| HSL | 347.69º | 0.39% | 0.6% | - |
| HSV(B) | 347.69º | 0.4% | 0.76% | - |
| XYZ | 32.22 | 25.24 | 24.65 | - |
| YUV | 140.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 131 | 0 | 0.40 | 0.32 | 0.24 | 347.69 | 0.39 | 0.6 |
| Hex | C1 | 73 | 83 | 0 | 28 | 20 | 18 | 15C | 27 | 3C |
| Octal | 301 | 163 | 203 | 0 | 50 | 40 | 30 | 534 | 47 | 74 |
| Binary | 11000001 | 1110011 | 10000011 | 0 | 101000 | 100000 | 11000 | 101011100 | 100111 | 111100 |
Color Harmonies of #C17383
Complementary color
Monochromatic Colors of #C17383
Black with #C17383
Text Example
Text Example
White with #C17383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17383; }
p { color: rgb(193,115,131); }
H1.HeaderClassName
{
color: #C17383;
}
.AnyTagClassName
{
color: #C17383;
}
</style>
background-color css
<style>
a { background-color: #C17383; }
a { background-color: rgb(193,115,131); }
div.DivClassName
{
background-color: #C17383;
}
.BgClassName
{
background-color: #C17383;
}
</style>
border-color css
<style>
span { border-color: #C17383; }
span { border-color: rgb(193,115,131); }
td.TdClassName
{
border-color: #C17383;
}
.TagClassName
{
border-color: #C17383;
}
</style>