Shades of Tapestry #C0747A
Tints of Tapestry #C0747A
RGB
CMYK
RGB Variations
Color information
#C0747A (or 0xC0747A) is known color: Tapestry. HEX triplet: C0, 74 and 7A. RGB value is (192,116,122). Sum of RGB (Red+Green+Blue) = 192+116+122=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0747A is #3F8B85. Grayscale: #8B8B8B. Windows color (decimal): -4164486 or 8025280. OLE color: 8025280.
HSL color Cylindrical-coordinate representation of color #C0747A: hue angle of 355.26º 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 #C0747A is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 122 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.25 |
| HSL | 355.26º | 0.38% | 0.6% | - |
| HSV(B) | 355.26º | 0.4% | 0.75% | - |
| XYZ | 31.5 | 25.1 | 21.6 | - |
| YUV | 139.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 122 | 0 | 0.40 | 0.36 | 0.25 | 355.26 | 0.38 | 0.6 |
| Hex | C0 | 74 | 7A | 0 | 28 | 24 | 19 | 163 | 26 | 3C |
| Octal | 300 | 164 | 172 | 0 | 50 | 44 | 31 | 543 | 46 | 74 |
| Binary | 11000000 | 1110100 | 1111010 | 0 | 101000 | 100100 | 11001 | 101100011 | 100110 | 111100 |
Color Harmonies of #C0747A
Complementary color
Monochromatic Colors of #C0747A
Black with #C0747A
Text Example
Text Example
White with #C0747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0747A; }
p { color: rgb(192,116,122); }
H1.HeaderClassName
{
color: #C0747A;
}
.AnyTagClassName
{
color: #C0747A;
}
</style>
background-color css
<style>
a { background-color: #C0747A; }
a { background-color: rgb(192,116,122); }
div.DivClassName
{
background-color: #C0747A;
}
.BgClassName
{
background-color: #C0747A;
}
</style>
border-color css
<style>
span { border-color: #C0747A; }
span { border-color: rgb(192,116,122); }
td.TdClassName
{
border-color: #C0747A;
}
.TagClassName
{
border-color: #C0747A;
}
</style>