Shades of Tapestry #C36F7E
Tints of Tapestry #C36F7E
RGB
CMYK
RGB Variations
Color information
#C36F7E (or 0xC36F7E) is known color: Tapestry. HEX triplet: C3, 6F and 7E. RGB value is (195,111,126). Sum of RGB (Red+Green+Blue) = 195+111+126=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F7E is #3C9081. Grayscale: #898989. Windows color (decimal): -3969154 or 8286147. OLE color: 8286147.
HSL color Cylindrical-coordinate representation of color #C36F7E: hue angle of 349.29º 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 #C36F7E is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 126 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.24 |
| HSL | 349.29º | 0.41% | 0.6% | - |
| HSV(B) | 349.29º | 0.43% | 0.76% | - |
| XYZ | 31.96 | 24.48 | 22.78 | - |
| YUV | 137.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 126 | 0 | 0.43 | 0.35 | 0.24 | 349.29 | 0.41 | 0.6 |
| Hex | C3 | 6F | 7E | 0 | 2B | 23 | 18 | 15D | 29 | 3C |
| Octal | 303 | 157 | 176 | 0 | 53 | 43 | 30 | 535 | 51 | 74 |
| Binary | 11000011 | 1101111 | 1111110 | 0 | 101011 | 100011 | 11000 | 101011101 | 101001 | 111100 |
Color Harmonies of #C36F7E
Complementary color
Monochromatic Colors of #C36F7E
Black with #C36F7E
Text Example
Text Example
White with #C36F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F7E; }
p { color: rgb(195,111,126); }
H1.HeaderClassName
{
color: #C36F7E;
}
.AnyTagClassName
{
color: #C36F7E;
}
</style>
background-color css
<style>
a { background-color: #C36F7E; }
a { background-color: rgb(195,111,126); }
div.DivClassName
{
background-color: #C36F7E;
}
.BgClassName
{
background-color: #C36F7E;
}
</style>
border-color css
<style>
span { border-color: #C36F7E; }
span { border-color: rgb(195,111,126); }
td.TdClassName
{
border-color: #C36F7E;
}
.TagClassName
{
border-color: #C36F7E;
}
</style>