Shades of Tapestry #C3697E
Tints of Tapestry #C3697E
RGB
CMYK
RGB Variations
Color information
#C3697E (or 0xC3697E) is known color: Tapestry. HEX triplet: C3, 69 and 7E. RGB value is (195,105,126). Sum of RGB (Red+Green+Blue) = 195+105+126=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3697E is #3C9681. Grayscale: #868686. Windows color (decimal): -3970690 or 8284611. OLE color: 8284611.
HSL color Cylindrical-coordinate representation of color #C3697E: hue angle of 346º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3697E is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 126 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.24 |
| HSL | 346º | 0.43% | 0.59% | - |
| HSV(B) | 346º | 0.46% | 0.76% | - |
| XYZ | 31.32 | 23.21 | 22.57 | - |
| YUV | 134.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 126 | 0 | 0.46 | 0.35 | 0.24 | 346 | 0.43 | 0.59 |
| Hex | C3 | 69 | 7E | 0 | 2E | 23 | 18 | 15A | 2B | 3B |
| Octal | 303 | 151 | 176 | 0 | 56 | 43 | 30 | 532 | 53 | 73 |
| Binary | 11000011 | 1101001 | 1111110 | 0 | 101110 | 100011 | 11000 | 101011010 | 101011 | 111011 |
Color Harmonies of #C3697E
Complementary color
Monochromatic Colors of #C3697E
Black with #C3697E
Text Example
Text Example
White with #C3697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3697E; }
p { color: rgb(195,105,126); }
H1.HeaderClassName
{
color: #C3697E;
}
.AnyTagClassName
{
color: #C3697E;
}
</style>
background-color css
<style>
a { background-color: #C3697E; }
a { background-color: rgb(195,105,126); }
div.DivClassName
{
background-color: #C3697E;
}
.BgClassName
{
background-color: #C3697E;
}
</style>
border-color css
<style>
span { border-color: #C3697E; }
span { border-color: rgb(195,105,126); }
td.TdClassName
{
border-color: #C3697E;
}
.TagClassName
{
border-color: #C3697E;
}
</style>