Shades of Tapestry #C4607F
Tints of Tapestry #C4607F
RGB
CMYK
RGB Variations
Color information
#C4607F (or 0xC4607F) is known color: Tapestry. HEX triplet: C4, 60 and 7F. RGB value is (196,96,127). Sum of RGB (Red+Green+Blue) = 196+96+127=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4607F is #3B9F80. Grayscale: #818181. Windows color (decimal): -3907457 or 8347844. OLE color: 8347844.
HSL color Cylindrical-coordinate representation of color #C4607F: hue angle of 341.4º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4607F is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 127 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.23 |
| HSL | 341.4º | 0.46% | 0.57% | - |
| HSV(B) | 341.4º | 0.51% | 0.77% | - |
| XYZ | 30.78 | 21.63 | 22.63 | - |
| YUV | 129.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 127 | 0 | 0.51 | 0.35 | 0.23 | 341.4 | 0.46 | 0.57 |
| Hex | C4 | 60 | 7F | 0 | 33 | 23 | 17 | 155 | 2E | 39 |
| Octal | 304 | 140 | 177 | 0 | 63 | 43 | 27 | 525 | 56 | 71 |
| Binary | 11000100 | 1100000 | 1111111 | 0 | 110011 | 100011 | 10111 | 101010101 | 101110 | 111001 |
Color Harmonies of #C4607F
Complementary color
Monochromatic Colors of #C4607F
Black with #C4607F
Text Example
Text Example
White with #C4607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4607F; }
p { color: rgb(196,96,127); }
H1.HeaderClassName
{
color: #C4607F;
}
.AnyTagClassName
{
color: #C4607F;
}
</style>
background-color css
<style>
a { background-color: #C4607F; }
a { background-color: rgb(196,96,127); }
div.DivClassName
{
background-color: #C4607F;
}
.BgClassName
{
background-color: #C4607F;
}
</style>
border-color css
<style>
span { border-color: #C4607F; }
span { border-color: rgb(196,96,127); }
td.TdClassName
{
border-color: #C4607F;
}
.TagClassName
{
border-color: #C4607F;
}
</style>