Shades of Tapestry #C26983
Tints of Tapestry #C26983
RGB
CMYK
RGB Variations
Color information
#C26983 (or 0xC26983) is known color: Tapestry. HEX triplet: C2, 69 and 83. RGB value is (194,105,131). Sum of RGB (Red+Green+Blue) = 194+105+131=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C26983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26983 is #3D967C. Grayscale: #868686. Windows color (decimal): -4036221 or 8612290. OLE color: 8612290.
HSL color Cylindrical-coordinate representation of color #C26983: hue angle of 342.47º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26983 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 131 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.24 |
| HSL | 342.47º | 0.42% | 0.59% | - |
| HSV(B) | 342.47º | 0.46% | 0.76% | - |
| XYZ | 31.4 | 23.21 | 24.3 | - |
| YUV | 134.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 131 | 0 | 0.46 | 0.32 | 0.24 | 342.47 | 0.42 | 0.59 |
| Hex | C2 | 69 | 83 | 0 | 2E | 20 | 18 | 156 | 2A | 3B |
| Octal | 302 | 151 | 203 | 0 | 56 | 40 | 30 | 526 | 52 | 73 |
| Binary | 11000010 | 1101001 | 10000011 | 0 | 101110 | 100000 | 11000 | 101010110 | 101010 | 111011 |
Color Harmonies of #C26983
Complementary color
Monochromatic Colors of #C26983
Black with #C26983
Text Example
Text Example
White with #C26983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26983; }
p { color: rgb(194,105,131); }
H1.HeaderClassName
{
color: #C26983;
}
.AnyTagClassName
{
color: #C26983;
}
</style>
background-color css
<style>
a { background-color: #C26983; }
a { background-color: rgb(194,105,131); }
div.DivClassName
{
background-color: #C26983;
}
.BgClassName
{
background-color: #C26983;
}
</style>
border-color css
<style>
span { border-color: #C26983; }
span { border-color: rgb(194,105,131); }
td.TdClassName
{
border-color: #C26983;
}
.TagClassName
{
border-color: #C26983;
}
</style>