Shades of Tapestry #C3607D
Tints of Tapestry #C3607D
RGB
CMYK
RGB Variations
Color information
#C3607D (or 0xC3607D) is known color: Tapestry. HEX triplet: C3, 60 and 7D. RGB value is (195,96,125). Sum of RGB (Red+Green+Blue) = 195+96+125=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3607D is #3C9F82. Grayscale: #808080. Windows color (decimal): -3972995 or 8216771. OLE color: 8216771.
HSL color Cylindrical-coordinate representation of color #C3607D: hue angle of 342.42º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3607D is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 125 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.24 |
| HSL | 342.42º | 0.45% | 0.57% | - |
| HSV(B) | 342.42º | 0.51% | 0.76% | - |
| XYZ | 30.39 | 21.45 | 21.94 | - |
| YUV | 128.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 125 | 0 | 0.51 | 0.36 | 0.24 | 342.42 | 0.45 | 0.57 |
| Hex | C3 | 60 | 7D | 0 | 33 | 24 | 18 | 156 | 2D | 39 |
| Octal | 303 | 140 | 175 | 0 | 63 | 44 | 30 | 526 | 55 | 71 |
| Binary | 11000011 | 1100000 | 1111101 | 0 | 110011 | 100100 | 11000 | 101010110 | 101101 | 111001 |
Color Harmonies of #C3607D
Complementary color
Monochromatic Colors of #C3607D
Black with #C3607D
Text Example
Text Example
White with #C3607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3607D; }
p { color: rgb(195,96,125); }
H1.HeaderClassName
{
color: #C3607D;
}
.AnyTagClassName
{
color: #C3607D;
}
</style>
background-color css
<style>
a { background-color: #C3607D; }
a { background-color: rgb(195,96,125); }
div.DivClassName
{
background-color: #C3607D;
}
.BgClassName
{
background-color: #C3607D;
}
</style>
border-color css
<style>
span { border-color: #C3607D; }
span { border-color: rgb(195,96,125); }
td.TdClassName
{
border-color: #C3607D;
}
.TagClassName
{
border-color: #C3607D;
}
</style>