Shades of Tapestry #C07683
Tints of Tapestry #C07683
RGB
CMYK
RGB Variations
Color information
#C07683 (or 0xC07683) is known color: Tapestry. HEX triplet: C0, 76 and 83. RGB value is (192,118,131). Sum of RGB (Red+Green+Blue) = 192+118+131=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C07683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07683 is #3F897C. Grayscale: #8D8D8D. Windows color (decimal): -4163965 or 8615616. OLE color: 8615616.
HSL color Cylindrical-coordinate representation of color #C07683: hue angle of 349.46º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07683 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 131 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.25 |
| HSL | 349.46º | 0.37% | 0.61% | - |
| HSV(B) | 349.46º | 0.39% | 0.75% | - |
| XYZ | 32.31 | 25.8 | 24.75 | - |
| YUV | 141.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 131 | 0 | 0.39 | 0.32 | 0.25 | 349.46 | 0.37 | 0.61 |
| Hex | C0 | 76 | 83 | 0 | 27 | 20 | 19 | 15D | 25 | 3D |
| Octal | 300 | 166 | 203 | 0 | 47 | 40 | 31 | 535 | 45 | 75 |
| Binary | 11000000 | 1110110 | 10000011 | 0 | 100111 | 100000 | 11001 | 101011101 | 100101 | 111101 |
Color Harmonies of #C07683
Complementary color
Monochromatic Colors of #C07683
Black with #C07683
Text Example
Text Example
White with #C07683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07683; }
p { color: rgb(192,118,131); }
H1.HeaderClassName
{
color: #C07683;
}
.AnyTagClassName
{
color: #C07683;
}
</style>
background-color css
<style>
a { background-color: #C07683; }
a { background-color: rgb(192,118,131); }
div.DivClassName
{
background-color: #C07683;
}
.BgClassName
{
background-color: #C07683;
}
</style>
border-color css
<style>
span { border-color: #C07683; }
span { border-color: rgb(192,118,131); }
td.TdClassName
{
border-color: #C07683;
}
.TagClassName
{
border-color: #C07683;
}
</style>