Shades of Tapestry #C26A83
Tints of Tapestry #C26A83
RGB
CMYK
RGB Variations
Color information
#C26A83 (or 0xC26A83) is known color: Tapestry. HEX triplet: C2, 6A and 83. RGB value is (194,106,131). Sum of RGB (Red+Green+Blue) = 194+106+131=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26A83 is #3D957C. Grayscale: #878787. Windows color (decimal): -4035965 or 8612546. OLE color: 8612546.
HSL color Cylindrical-coordinate representation of color #C26A83: hue angle of 342.95º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C26A83 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 131 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.24 |
| HSL | 342.95º | 0.42% | 0.59% | - |
| HSV(B) | 342.95º | 0.45% | 0.76% | - |
| XYZ | 31.5 | 23.42 | 24.33 | - |
| YUV | 135.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 131 | 0 | 0.45 | 0.32 | 0.24 | 342.95 | 0.42 | 0.59 |
| Hex | C2 | 6A | 83 | 0 | 2D | 20 | 18 | 157 | 2A | 3B |
| Octal | 302 | 152 | 203 | 0 | 55 | 40 | 30 | 527 | 52 | 73 |
| Binary | 11000010 | 1101010 | 10000011 | 0 | 101101 | 100000 | 11000 | 101010111 | 101010 | 111011 |
Color Harmonies of #C26A83
Complementary color
Monochromatic Colors of #C26A83
Black with #C26A83
Text Example
Text Example
White with #C26A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26A83; }
p { color: rgb(194,106,131); }
H1.HeaderClassName
{
color: #C26A83;
}
.AnyTagClassName
{
color: #C26A83;
}
</style>
background-color css
<style>
a { background-color: #C26A83; }
a { background-color: rgb(194,106,131); }
div.DivClassName
{
background-color: #C26A83;
}
.BgClassName
{
background-color: #C26A83;
}
</style>
border-color css
<style>
span { border-color: #C26A83; }
span { border-color: rgb(194,106,131); }
td.TdClassName
{
border-color: #C26A83;
}
.TagClassName
{
border-color: #C26A83;
}
</style>