Shades of Tapestry #C3687F
Tints of Tapestry #C3687F
RGB
CMYK
RGB Variations
Color information
#C3687F (or 0xC3687F) is known color: Tapestry. HEX triplet: C3, 68 and 7F. RGB value is (195,104,127). Sum of RGB (Red+Green+Blue) = 195+104+127=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3687F is #3C9780. Grayscale: #858585. Windows color (decimal): -3970945 or 8349891. OLE color: 8349891.
HSL color Cylindrical-coordinate representation of color #C3687F: hue angle of 344.84º 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 #C3687F is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 127 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.24 |
| HSL | 344.84º | 0.43% | 0.59% | - |
| HSV(B) | 344.84º | 0.47% | 0.76% | - |
| XYZ | 31.29 | 23.04 | 22.88 | - |
| YUV | 133.83 | 124.15 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 127 | 0 | 0.47 | 0.35 | 0.24 | 344.84 | 0.43 | 0.59 |
| Hex | C3 | 68 | 7F | 0 | 2F | 23 | 18 | 159 | 2B | 3B |
| Octal | 303 | 150 | 177 | 0 | 57 | 43 | 30 | 531 | 53 | 73 |
| Binary | 11000011 | 1101000 | 1111111 | 0 | 101111 | 100011 | 11000 | 101011001 | 101011 | 111011 |
Color Harmonies of #C3687F
Complementary color
Monochromatic Colors of #C3687F
Black with #C3687F
Text Example
Text Example
White with #C3687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3687F; }
p { color: rgb(195,104,127); }
H1.HeaderClassName
{
color: #C3687F;
}
.AnyTagClassName
{
color: #C3687F;
}
</style>
background-color css
<style>
a { background-color: #C3687F; }
a { background-color: rgb(195,104,127); }
div.DivClassName
{
background-color: #C3687F;
}
.BgClassName
{
background-color: #C3687F;
}
</style>
border-color css
<style>
span { border-color: #C3687F; }
span { border-color: rgb(195,104,127); }
td.TdClassName
{
border-color: #C3687F;
}
.TagClassName
{
border-color: #C3687F;
}
</style>