Shades of Tapestry #C36381
Tints of Tapestry #C36381
RGB
CMYK
RGB Variations
Color information
#C36381 (or 0xC36381) is known color: Tapestry. HEX triplet: C3, 63 and 81. RGB value is (195,99,129). Sum of RGB (Red+Green+Blue) = 195+99+129=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C36381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36381 is #3C9C7E. Grayscale: #838383. Windows color (decimal): -3972223 or 8479683. OLE color: 8479683.
HSL color Cylindrical-coordinate representation of color #C36381: hue angle of 341.25º 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 #C36381 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 129 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.24 |
| HSL | 341.25º | 0.44% | 0.58% | - |
| HSV(B) | 341.25º | 0.49% | 0.76% | - |
| XYZ | 30.93 | 22.11 | 23.41 | - |
| YUV | 131.12 | 126.8 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 129 | 0 | 0.49 | 0.34 | 0.24 | 341.25 | 0.44 | 0.58 |
| Hex | C3 | 63 | 81 | 0 | 31 | 22 | 18 | 155 | 2C | 3A |
| Octal | 303 | 143 | 201 | 0 | 61 | 42 | 30 | 525 | 54 | 72 |
| Binary | 11000011 | 1100011 | 10000001 | 0 | 110001 | 100010 | 11000 | 101010101 | 101100 | 111010 |
Color Harmonies of #C36381
Complementary color
Monochromatic Colors of #C36381
Black with #C36381
Text Example
Text Example
White with #C36381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36381; }
p { color: rgb(195,99,129); }
H1.HeaderClassName
{
color: #C36381;
}
.AnyTagClassName
{
color: #C36381;
}
</style>
background-color css
<style>
a { background-color: #C36381; }
a { background-color: rgb(195,99,129); }
div.DivClassName
{
background-color: #C36381;
}
.BgClassName
{
background-color: #C36381;
}
</style>
border-color css
<style>
span { border-color: #C36381; }
span { border-color: rgb(195,99,129); }
td.TdClassName
{
border-color: #C36381;
}
.TagClassName
{
border-color: #C36381;
}
</style>