Shades of Tapestry #C36380
Tints of Tapestry #C36380
RGB
CMYK
RGB Variations
Color information
#C36380 (or 0xC36380) is known color: Tapestry. HEX triplet: C3, 63 and 80. RGB value is (195,99,128). Sum of RGB (Red+Green+Blue) = 195+99+128=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C36380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36380 is #3C9C7F. Grayscale: #828282. Windows color (decimal): -3972224 or 8414147. OLE color: 8414147.
HSL color Cylindrical-coordinate representation of color #C36380: hue angle of 341.88º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C36380 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 128 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.24 |
| HSL | 341.88º | 0.44% | 0.58% | - |
| HSV(B) | 341.88º | 0.49% | 0.76% | - |
| XYZ | 30.86 | 22.08 | 23.06 | - |
| YUV | 131.01 | 126.3 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 128 | 0 | 0.49 | 0.34 | 0.24 | 341.88 | 0.44 | 0.58 |
| Hex | C3 | 63 | 80 | 0 | 31 | 22 | 18 | 156 | 2C | 3A |
| Octal | 303 | 143 | 200 | 0 | 61 | 42 | 30 | 526 | 54 | 72 |
| Binary | 11000011 | 1100011 | 10000000 | 0 | 110001 | 100010 | 11000 | 101010110 | 101100 | 111010 |
Color Harmonies of #C36380
Complementary color
Monochromatic Colors of #C36380
Black with #C36380
Text Example
Text Example
White with #C36380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36380; }
p { color: rgb(195,99,128); }
H1.HeaderClassName
{
color: #C36380;
}
.AnyTagClassName
{
color: #C36380;
}
</style>
background-color css
<style>
a { background-color: #C36380; }
a { background-color: rgb(195,99,128); }
div.DivClassName
{
background-color: #C36380;
}
.BgClassName
{
background-color: #C36380;
}
</style>
border-color css
<style>
span { border-color: #C36380; }
span { border-color: rgb(195,99,128); }
td.TdClassName
{
border-color: #C36380;
}
.TagClassName
{
border-color: #C36380;
}
</style>