Shades of Tapestry #C3707A
Tints of Tapestry #C3707A
RGB
CMYK
RGB Variations
Color information
#C3707A (or 0xC3707A) is known color: Tapestry. HEX triplet: C3, 70 and 7A. RGB value is (195,112,122). Sum of RGB (Red+Green+Blue) = 195+112+122=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C3707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3707A is #3C8F85. Grayscale: #8A8A8A. Windows color (decimal): -3968902 or 8024259. OLE color: 8024259.
HSL color Cylindrical-coordinate representation of color #C3707A: hue angle of 352.77º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3707A is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 122 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.24 |
| HSL | 352.77º | 0.41% | 0.6% | - |
| HSV(B) | 352.77º | 0.43% | 0.76% | - |
| XYZ | 31.81 | 24.6 | 21.48 | - |
| YUV | 137.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 122 | 0 | 0.43 | 0.37 | 0.24 | 352.77 | 0.41 | 0.6 |
| Hex | C3 | 70 | 7A | 0 | 2B | 25 | 18 | 161 | 29 | 3C |
| Octal | 303 | 160 | 172 | 0 | 53 | 45 | 30 | 541 | 51 | 74 |
| Binary | 11000011 | 1110000 | 1111010 | 0 | 101011 | 100101 | 11000 | 101100001 | 101001 | 111100 |
Color Harmonies of #C3707A
Complementary color
Monochromatic Colors of #C3707A
Black with #C3707A
Text Example
Text Example
White with #C3707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3707A; }
p { color: rgb(195,112,122); }
H1.HeaderClassName
{
color: #C3707A;
}
.AnyTagClassName
{
color: #C3707A;
}
</style>
background-color css
<style>
a { background-color: #C3707A; }
a { background-color: rgb(195,112,122); }
div.DivClassName
{
background-color: #C3707A;
}
.BgClassName
{
background-color: #C3707A;
}
</style>
border-color css
<style>
span { border-color: #C3707A; }
span { border-color: rgb(195,112,122); }
td.TdClassName
{
border-color: #C3707A;
}
.TagClassName
{
border-color: #C3707A;
}
</style>