Shades of Tapestry #C36B7C
Tints of Tapestry #C36B7C
RGB
CMYK
RGB Variations
Color information
#C36B7C (or 0xC36B7C) is known color: Tapestry. HEX triplet: C3, 6B and 7C. RGB value is (195,107,124). Sum of RGB (Red+Green+Blue) = 195+107+124=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36B7C is #3C9483. Grayscale: #878787. Windows color (decimal): -3970180 or 8154051. OLE color: 8154051.
HSL color Cylindrical-coordinate representation of color #C36B7C: hue angle of 348.41º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C36B7C is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 124 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.24 |
| HSL | 348.41º | 0.42% | 0.59% | - |
| HSV(B) | 348.41º | 0.45% | 0.76% | - |
| XYZ | 31.4 | 23.57 | 21.96 | - |
| YUV | 135.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 124 | 0 | 0.45 | 0.36 | 0.24 | 348.41 | 0.42 | 0.59 |
| Hex | C3 | 6B | 7C | 0 | 2D | 24 | 18 | 15C | 2A | 3B |
| Octal | 303 | 153 | 174 | 0 | 55 | 44 | 30 | 534 | 52 | 73 |
| Binary | 11000011 | 1101011 | 1111100 | 0 | 101101 | 100100 | 11000 | 101011100 | 101010 | 111011 |
Color Harmonies of #C36B7C
Complementary color
Monochromatic Colors of #C36B7C
Black with #C36B7C
Text Example
Text Example
White with #C36B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36B7C; }
p { color: rgb(195,107,124); }
H1.HeaderClassName
{
color: #C36B7C;
}
.AnyTagClassName
{
color: #C36B7C;
}
</style>
background-color css
<style>
a { background-color: #C36B7C; }
a { background-color: rgb(195,107,124); }
div.DivClassName
{
background-color: #C36B7C;
}
.BgClassName
{
background-color: #C36B7C;
}
</style>
border-color css
<style>
span { border-color: #C36B7C; }
span { border-color: rgb(195,107,124); }
td.TdClassName
{
border-color: #C36B7C;
}
.TagClassName
{
border-color: #C36B7C;
}
</style>