Shades of Tapestry #C3687C
Tints of Tapestry #C3687C
RGB
CMYK
RGB Variations
Color information
#C3687C (or 0xC3687C) is known color: Tapestry. HEX triplet: C3, 68 and 7C. RGB value is (195,104,124). Sum of RGB (Red+Green+Blue) = 195+104+124=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3687C is #3C9783. Grayscale: #858585. Windows color (decimal): -3970948 or 8153283. OLE color: 8153283.
HSL color Cylindrical-coordinate representation of color #C3687C: hue angle of 346.81º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3687C is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 124 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.24 |
| HSL | 346.81º | 0.43% | 0.59% | - |
| HSV(B) | 346.81º | 0.47% | 0.76% | - |
| XYZ | 31.09 | 22.96 | 21.86 | - |
| YUV | 133.49 | 122.65 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 124 | 0 | 0.47 | 0.36 | 0.24 | 346.81 | 0.43 | 0.59 |
| Hex | C3 | 68 | 7C | 0 | 2F | 24 | 18 | 15B | 2B | 3B |
| Octal | 303 | 150 | 174 | 0 | 57 | 44 | 30 | 533 | 53 | 73 |
| Binary | 11000011 | 1101000 | 1111100 | 0 | 101111 | 100100 | 11000 | 101011011 | 101011 | 111011 |
Color Harmonies of #C3687C
Complementary color
Monochromatic Colors of #C3687C
Black with #C3687C
Text Example
Text Example
White with #C3687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3687C; }
p { color: rgb(195,104,124); }
H1.HeaderClassName
{
color: #C3687C;
}
.AnyTagClassName
{
color: #C3687C;
}
</style>
background-color css
<style>
a { background-color: #C3687C; }
a { background-color: rgb(195,104,124); }
div.DivClassName
{
background-color: #C3687C;
}
.BgClassName
{
background-color: #C3687C;
}
</style>
border-color css
<style>
span { border-color: #C3687C; }
span { border-color: rgb(195,104,124); }
td.TdClassName
{
border-color: #C3687C;
}
.TagClassName
{
border-color: #C3687C;
}
</style>