Shades of Tapestry #C3707B
Tints of Tapestry #C3707B
RGB
CMYK
RGB Variations
Color information
#C3707B (or 0xC3707B) is known color: Tapestry. HEX triplet: C3, 70 and 7B. RGB value is (195,112,123). Sum of RGB (Red+Green+Blue) = 195+112+123=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C3707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3707B is #3C8F84. Grayscale: #8A8A8A. Windows color (decimal): -3968901 or 8089795. OLE color: 8089795.
HSL color Cylindrical-coordinate representation of color #C3707B: hue angle of 352.05º 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 #C3707B is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 123 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.24 |
| HSL | 352.05º | 0.41% | 0.6% | - |
| HSV(B) | 352.05º | 0.43% | 0.76% | - |
| XYZ | 31.88 | 24.62 | 21.81 | - |
| YUV | 138.07 | 119.5 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 123 | 0 | 0.43 | 0.37 | 0.24 | 352.05 | 0.41 | 0.6 |
| Hex | C3 | 70 | 7B | 0 | 2B | 25 | 18 | 160 | 29 | 3C |
| Octal | 303 | 160 | 173 | 0 | 53 | 45 | 30 | 540 | 51 | 74 |
| Binary | 11000011 | 1110000 | 1111011 | 0 | 101011 | 100101 | 11000 | 101100000 | 101001 | 111100 |
Color Harmonies of #C3707B
Complementary color
Monochromatic Colors of #C3707B
Black with #C3707B
Text Example
Text Example
White with #C3707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3707B; }
p { color: rgb(195,112,123); }
H1.HeaderClassName
{
color: #C3707B;
}
.AnyTagClassName
{
color: #C3707B;
}
</style>
background-color css
<style>
a { background-color: #C3707B; }
a { background-color: rgb(195,112,123); }
div.DivClassName
{
background-color: #C3707B;
}
.BgClassName
{
background-color: #C3707B;
}
</style>
border-color css
<style>
span { border-color: #C3707B; }
span { border-color: rgb(195,112,123); }
td.TdClassName
{
border-color: #C3707B;
}
.TagClassName
{
border-color: #C3707B;
}
</style>