Shades of Tapestry #C17583
Tints of Tapestry #C17583
RGB
CMYK
RGB Variations
Color information
#C17583 (or 0xC17583) is known color: Tapestry. HEX triplet: C1, 75 and 83. RGB value is (193,117,131). Sum of RGB (Red+Green+Blue) = 193+117+131=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C17583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17583 is #3E8A7C. Grayscale: #8D8D8D. Windows color (decimal): -4098685 or 8615361. OLE color: 8615361.
HSL color Cylindrical-coordinate representation of color #C17583: hue angle of 348.95º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C17583 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 131 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.24 |
| HSL | 348.95º | 0.38% | 0.61% | - |
| HSV(B) | 348.95º | 0.39% | 0.76% | - |
| XYZ | 32.45 | 25.7 | 24.72 | - |
| YUV | 141.32 | 122.18 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 131 | 0 | 0.39 | 0.32 | 0.24 | 348.95 | 0.38 | 0.61 |
| Hex | C1 | 75 | 83 | 0 | 27 | 20 | 18 | 15D | 26 | 3D |
| Octal | 301 | 165 | 203 | 0 | 47 | 40 | 30 | 535 | 46 | 75 |
| Binary | 11000001 | 1110101 | 10000011 | 0 | 100111 | 100000 | 11000 | 101011101 | 100110 | 111101 |
Color Harmonies of #C17583
Complementary color
Monochromatic Colors of #C17583
Black with #C17583
Text Example
Text Example
White with #C17583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17583; }
p { color: rgb(193,117,131); }
H1.HeaderClassName
{
color: #C17583;
}
.AnyTagClassName
{
color: #C17583;
}
</style>
background-color css
<style>
a { background-color: #C17583; }
a { background-color: rgb(193,117,131); }
div.DivClassName
{
background-color: #C17583;
}
.BgClassName
{
background-color: #C17583;
}
</style>
border-color css
<style>
span { border-color: #C17583; }
span { border-color: rgb(193,117,131); }
td.TdClassName
{
border-color: #C17583;
}
.TagClassName
{
border-color: #C17583;
}
</style>