Shades of Tapestry #C3667B
Tints of Tapestry #C3667B
RGB
CMYK
RGB Variations
Color information
#C3667B (or 0xC3667B) is known color: Tapestry. HEX triplet: C3, 66 and 7B. RGB value is (195,102,123). Sum of RGB (Red+Green+Blue) = 195+102+123=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3667B is #3C9984. Grayscale: #848484. Windows color (decimal): -3971461 or 8087235. OLE color: 8087235.
HSL color Cylindrical-coordinate representation of color #C3667B: hue angle of 346.45º 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 #C3667B is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 123 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.24 |
| HSL | 346.45º | 0.44% | 0.58% | - |
| HSV(B) | 346.45º | 0.48% | 0.76% | - |
| XYZ | 30.83 | 22.53 | 21.46 | - |
| YUV | 132.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 123 | 0 | 0.48 | 0.37 | 0.24 | 346.45 | 0.44 | 0.58 |
| Hex | C3 | 66 | 7B | 0 | 30 | 25 | 18 | 15A | 2C | 3A |
| Octal | 303 | 146 | 173 | 0 | 60 | 45 | 30 | 532 | 54 | 72 |
| Binary | 11000011 | 1100110 | 1111011 | 0 | 110000 | 100101 | 11000 | 101011010 | 101100 | 111010 |
Color Harmonies of #C3667B
Complementary color
Monochromatic Colors of #C3667B
Black with #C3667B
Text Example
Text Example
White with #C3667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3667B; }
p { color: rgb(195,102,123); }
H1.HeaderClassName
{
color: #C3667B;
}
.AnyTagClassName
{
color: #C3667B;
}
</style>
background-color css
<style>
a { background-color: #C3667B; }
a { background-color: rgb(195,102,123); }
div.DivClassName
{
background-color: #C3667B;
}
.BgClassName
{
background-color: #C3667B;
}
</style>
border-color css
<style>
span { border-color: #C3667B; }
span { border-color: rgb(195,102,123); }
td.TdClassName
{
border-color: #C3667B;
}
.TagClassName
{
border-color: #C3667B;
}
</style>