Shades of Tapestry #C36678
Tints of Tapestry #C36678
RGB
CMYK
RGB Variations
Color information
#C36678 (or 0xC36678) is known color: Tapestry. HEX triplet: C3, 66 and 78. RGB value is (195,102,120). Sum of RGB (Red+Green+Blue) = 195+102+120=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C36678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36678 is #3C9987. Grayscale: #838383. Windows color (decimal): -3971464 or 7890627. OLE color: 7890627.
HSL color Cylindrical-coordinate representation of color #C36678: hue angle of 348.39º 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 #C36678 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 120 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.24 |
| HSL | 348.39º | 0.44% | 0.58% | - |
| HSV(B) | 348.39º | 0.48% | 0.76% | - |
| XYZ | 30.65 | 22.46 | 20.49 | - |
| YUV | 131.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 120 | 0 | 0.48 | 0.38 | 0.24 | 348.39 | 0.44 | 0.58 |
| Hex | C3 | 66 | 78 | 0 | 30 | 26 | 18 | 15C | 2C | 3A |
| Octal | 303 | 146 | 170 | 0 | 60 | 46 | 30 | 534 | 54 | 72 |
| Binary | 11000011 | 1100110 | 1111000 | 0 | 110000 | 100110 | 11000 | 101011100 | 101100 | 111010 |
Color Harmonies of #C36678
Complementary color
Monochromatic Colors of #C36678
Black with #C36678
Text Example
Text Example
White with #C36678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36678; }
p { color: rgb(195,102,120); }
H1.HeaderClassName
{
color: #C36678;
}
.AnyTagClassName
{
color: #C36678;
}
</style>
background-color css
<style>
a { background-color: #C36678; }
a { background-color: rgb(195,102,120); }
div.DivClassName
{
background-color: #C36678;
}
.BgClassName
{
background-color: #C36678;
}
</style>
border-color css
<style>
span { border-color: #C36678; }
span { border-color: rgb(195,102,120); }
td.TdClassName
{
border-color: #C36678;
}
.TagClassName
{
border-color: #C36678;
}
</style>