Shades of Tapestry #C26B7F
Tints of Tapestry #C26B7F
RGB
CMYK
RGB Variations
Color information
#C26B7F (or 0xC26B7F) is known color: Tapestry. HEX triplet: C2, 6B and 7F. RGB value is (194,107,127). Sum of RGB (Red+Green+Blue) = 194+107+127=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26B7F is #3D9480. Grayscale: #878787. Windows color (decimal): -4035713 or 8350658. OLE color: 8350658.
HSL color Cylindrical-coordinate representation of color #C26B7F: hue angle of 346.21º 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 #C26B7F is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 127 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.24 |
| HSL | 346.21º | 0.42% | 0.59% | - |
| HSV(B) | 346.21º | 0.45% | 0.76% | - |
| XYZ | 31.34 | 23.52 | 22.97 | - |
| YUV | 135.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 127 | 0 | 0.45 | 0.35 | 0.24 | 346.21 | 0.42 | 0.59 |
| Hex | C2 | 6B | 7F | 0 | 2D | 23 | 18 | 15A | 2A | 3B |
| Octal | 302 | 153 | 177 | 0 | 55 | 43 | 30 | 532 | 52 | 73 |
| Binary | 11000010 | 1101011 | 1111111 | 0 | 101101 | 100011 | 11000 | 101011010 | 101010 | 111011 |
Color Harmonies of #C26B7F
Complementary color
Monochromatic Colors of #C26B7F
Black with #C26B7F
Text Example
Text Example
White with #C26B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B7F; }
p { color: rgb(194,107,127); }
H1.HeaderClassName
{
color: #C26B7F;
}
.AnyTagClassName
{
color: #C26B7F;
}
</style>
background-color css
<style>
a { background-color: #C26B7F; }
a { background-color: rgb(194,107,127); }
div.DivClassName
{
background-color: #C26B7F;
}
.BgClassName
{
background-color: #C26B7F;
}
</style>
border-color css
<style>
span { border-color: #C26B7F; }
span { border-color: rgb(194,107,127); }
td.TdClassName
{
border-color: #C26B7F;
}
.TagClassName
{
border-color: #C26B7F;
}
</style>