Shades of Tapestry #C26385
Tints of Tapestry #C26385
RGB
CMYK
RGB Variations
Color information
#C26385 (or 0xC26385) is known color: Tapestry. HEX triplet: C2, 63 and 85. RGB value is (194,99,133). Sum of RGB (Red+Green+Blue) = 194+99+133=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C26385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26385 is #3D9C7A. Grayscale: #838383. Windows color (decimal): -4037755 or 8741826. OLE color: 8741826.
HSL color Cylindrical-coordinate representation of color #C26385: hue angle of 338.53º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C26385 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 133 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.24 |
| HSL | 338.53º | 0.44% | 0.57% | - |
| HSV(B) | 338.53º | 0.49% | 0.76% | - |
| XYZ | 30.94 | 22.09 | 24.82 | - |
| YUV | 131.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 133 | 0 | 0.49 | 0.31 | 0.24 | 338.53 | 0.44 | 0.57 |
| Hex | C2 | 63 | 85 | 0 | 31 | 1F | 18 | 153 | 2C | 39 |
| Octal | 302 | 143 | 205 | 0 | 61 | 37 | 30 | 523 | 54 | 71 |
| Binary | 11000010 | 1100011 | 10000101 | 0 | 110001 | 11111 | 11000 | 101010011 | 101100 | 111001 |
Color Harmonies of #C26385
Complementary color
Monochromatic Colors of #C26385
Black with #C26385
Text Example
Text Example
White with #C26385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26385; }
p { color: rgb(194,99,133); }
H1.HeaderClassName
{
color: #C26385;
}
.AnyTagClassName
{
color: #C26385;
}
</style>
background-color css
<style>
a { background-color: #C26385; }
a { background-color: rgb(194,99,133); }
div.DivClassName
{
background-color: #C26385;
}
.BgClassName
{
background-color: #C26385;
}
</style>
border-color css
<style>
span { border-color: #C26385; }
span { border-color: rgb(194,99,133); }
td.TdClassName
{
border-color: #C26385;
}
.TagClassName
{
border-color: #C26385;
}
</style>