Shades of Tapestry #C36F78
Tints of Tapestry #C36F78
RGB
CMYK
RGB Variations
Color information
#C36F78 (or 0xC36F78) is known color: Tapestry. HEX triplet: C3, 6F and 78. RGB value is (195,111,120). Sum of RGB (Red+Green+Blue) = 195+111+120=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F78 is #3C9087. Grayscale: #898989. Windows color (decimal): -3969160 or 7892931. OLE color: 7892931.
HSL color Cylindrical-coordinate representation of color #C36F78: hue angle of 353.57º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C36F78 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 120 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.24 |
| HSL | 353.57º | 0.41% | 0.6% | - |
| HSV(B) | 353.57º | 0.43% | 0.76% | - |
| XYZ | 31.58 | 24.33 | 20.8 | - |
| YUV | 137.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 120 | 0 | 0.43 | 0.38 | 0.24 | 353.57 | 0.41 | 0.6 |
| Hex | C3 | 6F | 78 | 0 | 2B | 26 | 18 | 162 | 29 | 3C |
| Octal | 303 | 157 | 170 | 0 | 53 | 46 | 30 | 542 | 51 | 74 |
| Binary | 11000011 | 1101111 | 1111000 | 0 | 101011 | 100110 | 11000 | 101100010 | 101001 | 111100 |
Color Harmonies of #C36F78
Complementary color
Monochromatic Colors of #C36F78
Black with #C36F78
Text Example
Text Example
White with #C36F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F78; }
p { color: rgb(195,111,120); }
H1.HeaderClassName
{
color: #C36F78;
}
.AnyTagClassName
{
color: #C36F78;
}
</style>
background-color css
<style>
a { background-color: #C36F78; }
a { background-color: rgb(195,111,120); }
div.DivClassName
{
background-color: #C36F78;
}
.BgClassName
{
background-color: #C36F78;
}
</style>
border-color css
<style>
span { border-color: #C36F78; }
span { border-color: rgb(195,111,120); }
td.TdClassName
{
border-color: #C36F78;
}
.TagClassName
{
border-color: #C36F78;
}
</style>