Shades of Tapestry #C36E7B
Tints of Tapestry #C36E7B
RGB
CMYK
RGB Variations
Color information
#C36E7B (or 0xC36E7B) is known color: Tapestry. HEX triplet: C3, 6E and 7B. RGB value is (195,110,123). Sum of RGB (Red+Green+Blue) = 195+110+123=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E7B is #3C9184. Grayscale: #888888. Windows color (decimal): -3969413 or 8089283. OLE color: 8089283.
HSL color Cylindrical-coordinate representation of color #C36E7B: hue angle of 350.82º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C36E7B is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 110 | 123 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.24 |
| HSL | 350.82º | 0.41% | 0.6% | - |
| HSV(B) | 350.82º | 0.44% | 0.76% | - |
| XYZ | 31.66 | 24.18 | 21.74 | - |
| YUV | 136.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 123 | 0 | 0.44 | 0.37 | 0.24 | 350.82 | 0.41 | 0.6 |
| Hex | C3 | 6E | 7B | 0 | 2C | 25 | 18 | 15F | 29 | 3C |
| Octal | 303 | 156 | 173 | 0 | 54 | 45 | 30 | 537 | 51 | 74 |
| Binary | 11000011 | 1101110 | 1111011 | 0 | 101100 | 100101 | 11000 | 101011111 | 101001 | 111100 |
Color Harmonies of #C36E7B
Complementary color
Monochromatic Colors of #C36E7B
Black with #C36E7B
Text Example
Text Example
White with #C36E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36E7B; }
p { color: rgb(195,110,123); }
H1.HeaderClassName
{
color: #C36E7B;
}
.AnyTagClassName
{
color: #C36E7B;
}
</style>
background-color css
<style>
a { background-color: #C36E7B; }
a { background-color: rgb(195,110,123); }
div.DivClassName
{
background-color: #C36E7B;
}
.BgClassName
{
background-color: #C36E7B;
}
</style>
border-color css
<style>
span { border-color: #C36E7B; }
span { border-color: rgb(195,110,123); }
td.TdClassName
{
border-color: #C36E7B;
}
.TagClassName
{
border-color: #C36E7B;
}
</style>