Shades of Tapestry #C3657C
Tints of Tapestry #C3657C
RGB
CMYK
RGB Variations
Color information
#C3657C (or 0xC3657C) is known color: Tapestry. HEX triplet: C3, 65 and 7C. RGB value is (195,101,124). Sum of RGB (Red+Green+Blue) = 195+101+124=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3657C is #3C9A83. Grayscale: #838383. Windows color (decimal): -3971716 or 8152515. OLE color: 8152515.
HSL color Cylindrical-coordinate representation of color #C3657C: hue angle of 345.32º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C3657C is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 124 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.24 |
| HSL | 345.32º | 0.44% | 0.58% | - |
| HSV(B) | 345.32º | 0.48% | 0.76% | - |
| XYZ | 30.8 | 22.36 | 21.76 | - |
| YUV | 131.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 124 | 0 | 0.48 | 0.36 | 0.24 | 345.32 | 0.44 | 0.58 |
| Hex | C3 | 65 | 7C | 0 | 30 | 24 | 18 | 159 | 2C | 3A |
| Octal | 303 | 145 | 174 | 0 | 60 | 44 | 30 | 531 | 54 | 72 |
| Binary | 11000011 | 1100101 | 1111100 | 0 | 110000 | 100100 | 11000 | 101011001 | 101100 | 111010 |
Color Harmonies of #C3657C
Complementary color
Monochromatic Colors of #C3657C
Black with #C3657C
Text Example
Text Example
White with #C3657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3657C; }
p { color: rgb(195,101,124); }
H1.HeaderClassName
{
color: #C3657C;
}
.AnyTagClassName
{
color: #C3657C;
}
</style>
background-color css
<style>
a { background-color: #C3657C; }
a { background-color: rgb(195,101,124); }
div.DivClassName
{
background-color: #C3657C;
}
.BgClassName
{
background-color: #C3657C;
}
</style>
border-color css
<style>
span { border-color: #C3657C; }
span { border-color: rgb(195,101,124); }
td.TdClassName
{
border-color: #C3657C;
}
.TagClassName
{
border-color: #C3657C;
}
</style>