Shades of Tapestry #C36677
Tints of Tapestry #C36677
RGB
CMYK
RGB Variations
Color information
#C36677 (or 0xC36677) is known color: Tapestry. HEX triplet: C3, 66 and 77. RGB value is (195,102,119). Sum of RGB (Red+Green+Blue) = 195+102+119=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C36677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36677 is #3C9988. Grayscale: #838383. Windows color (decimal): -3971465 or 7825091. OLE color: 7825091.
HSL color Cylindrical-coordinate representation of color #C36677: hue angle of 349.03º 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 #C36677 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 119 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.24 |
| HSL | 349.03º | 0.44% | 0.58% | - |
| HSV(B) | 349.03º | 0.48% | 0.76% | - |
| XYZ | 30.59 | 22.44 | 20.17 | - |
| YUV | 131.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 119 | 0 | 0.48 | 0.39 | 0.24 | 349.03 | 0.44 | 0.58 |
| Hex | C3 | 66 | 77 | 0 | 30 | 27 | 18 | 15D | 2C | 3A |
| Octal | 303 | 146 | 167 | 0 | 60 | 47 | 30 | 535 | 54 | 72 |
| Binary | 11000011 | 1100110 | 1110111 | 0 | 110000 | 100111 | 11000 | 101011101 | 101100 | 111010 |
Color Harmonies of #C36677
Complementary color
Monochromatic Colors of #C36677
Black with #C36677
Text Example
Text Example
White with #C36677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36677; }
p { color: rgb(195,102,119); }
H1.HeaderClassName
{
color: #C36677;
}
.AnyTagClassName
{
color: #C36677;
}
</style>
background-color css
<style>
a { background-color: #C36677; }
a { background-color: rgb(195,102,119); }
div.DivClassName
{
background-color: #C36677;
}
.BgClassName
{
background-color: #C36677;
}
</style>
border-color css
<style>
span { border-color: #C36677; }
span { border-color: rgb(195,102,119); }
td.TdClassName
{
border-color: #C36677;
}
.TagClassName
{
border-color: #C36677;
}
</style>