Shades of Tapestry #C36F7D
Tints of Tapestry #C36F7D
RGB
CMYK
RGB Variations
Color information
#C36F7D (or 0xC36F7D) is known color: Tapestry. HEX triplet: C3, 6F and 7D. RGB value is (195,111,125). Sum of RGB (Red+Green+Blue) = 195+111+125=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F7D is #3C9082. Grayscale: #898989. Windows color (decimal): -3969155 or 8220611. OLE color: 8220611.
HSL color Cylindrical-coordinate representation of color #C36F7D: hue angle of 350º 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 #C36F7D is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 125 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.24 |
| HSL | 350º | 0.41% | 0.6% | - |
| HSV(B) | 350º | 0.43% | 0.76% | - |
| XYZ | 31.89 | 24.45 | 22.44 | - |
| YUV | 137.71 | 120.83 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 125 | 0 | 0.43 | 0.36 | 0.24 | 350 | 0.41 | 0.6 |
| Hex | C3 | 6F | 7D | 0 | 2B | 24 | 18 | 15E | 29 | 3C |
| Octal | 303 | 157 | 175 | 0 | 53 | 44 | 30 | 536 | 51 | 74 |
| Binary | 11000011 | 1101111 | 1111101 | 0 | 101011 | 100100 | 11000 | 101011110 | 101001 | 111100 |
Color Harmonies of #C36F7D
Complementary color
Monochromatic Colors of #C36F7D
Black with #C36F7D
Text Example
Text Example
White with #C36F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F7D; }
p { color: rgb(195,111,125); }
H1.HeaderClassName
{
color: #C36F7D;
}
.AnyTagClassName
{
color: #C36F7D;
}
</style>
background-color css
<style>
a { background-color: #C36F7D; }
a { background-color: rgb(195,111,125); }
div.DivClassName
{
background-color: #C36F7D;
}
.BgClassName
{
background-color: #C36F7D;
}
</style>
border-color css
<style>
span { border-color: #C36F7D; }
span { border-color: rgb(195,111,125); }
td.TdClassName
{
border-color: #C36F7D;
}
.TagClassName
{
border-color: #C36F7D;
}
</style>