Shades of Tapestry #C07484
Tints of Tapestry #C07484
RGB
CMYK
RGB Variations
Color information
#C07484 (or 0xC07484) is known color: Tapestry. HEX triplet: C0, 74 and 84. RGB value is (192,116,132). Sum of RGB (Red+Green+Blue) = 192+116+132=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C07484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07484 is #3F8B7B. Grayscale: #8C8C8C. Windows color (decimal): -4164476 or 8680640. OLE color: 8680640.
HSL color Cylindrical-coordinate representation of color #C07484: hue angle of 347.37º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07484 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 132 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.25 |
| HSL | 347.37º | 0.38% | 0.6% | - |
| HSV(B) | 347.37º | 0.4% | 0.75% | - |
| XYZ | 32.15 | 25.36 | 25.03 | - |
| YUV | 140.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 132 | 0 | 0.40 | 0.31 | 0.25 | 347.37 | 0.38 | 0.6 |
| Hex | C0 | 74 | 84 | 0 | 28 | 1F | 19 | 15B | 26 | 3C |
| Octal | 300 | 164 | 204 | 0 | 50 | 37 | 31 | 533 | 46 | 74 |
| Binary | 11000000 | 1110100 | 10000100 | 0 | 101000 | 11111 | 11001 | 101011011 | 100110 | 111100 |
Color Harmonies of #C07484
Complementary color
Monochromatic Colors of #C07484
Black with #C07484
Text Example
Text Example
White with #C07484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07484; }
p { color: rgb(192,116,132); }
H1.HeaderClassName
{
color: #C07484;
}
.AnyTagClassName
{
color: #C07484;
}
</style>
background-color css
<style>
a { background-color: #C07484; }
a { background-color: rgb(192,116,132); }
div.DivClassName
{
background-color: #C07484;
}
.BgClassName
{
background-color: #C07484;
}
</style>
border-color css
<style>
span { border-color: #C07484; }
span { border-color: rgb(192,116,132); }
td.TdClassName
{
border-color: #C07484;
}
.TagClassName
{
border-color: #C07484;
}
</style>