Shades of Tapestry #C26F7B
Tints of Tapestry #C26F7B
RGB
CMYK
RGB Variations
Color information
#C26F7B (or 0xC26F7B) is known color: Tapestry. HEX triplet: C2, 6F and 7B. RGB value is (194,111,123). Sum of RGB (Red+Green+Blue) = 194+111+123=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26F7B is #3D9084. Grayscale: #898989. Windows color (decimal): -4034693 or 8089538. OLE color: 8089538.
HSL color Cylindrical-coordinate representation of color #C26F7B: hue angle of 351.33º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C26F7B is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 123 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.24 |
| HSL | 351.33º | 0.4% | 0.6% | - |
| HSV(B) | 351.33º | 0.43% | 0.76% | - |
| XYZ | 31.51 | 24.27 | 21.76 | - |
| YUV | 137.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 123 | 0 | 0.43 | 0.37 | 0.24 | 351.33 | 0.4 | 0.6 |
| Hex | C2 | 6F | 7B | 0 | 2B | 25 | 18 | 15F | 28 | 3C |
| Octal | 302 | 157 | 173 | 0 | 53 | 45 | 30 | 537 | 50 | 74 |
| Binary | 11000010 | 1101111 | 1111011 | 0 | 101011 | 100101 | 11000 | 101011111 | 101000 | 111100 |
Color Harmonies of #C26F7B
Complementary color
Monochromatic Colors of #C26F7B
Black with #C26F7B
Text Example
Text Example
White with #C26F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F7B; }
p { color: rgb(194,111,123); }
H1.HeaderClassName
{
color: #C26F7B;
}
.AnyTagClassName
{
color: #C26F7B;
}
</style>
background-color css
<style>
a { background-color: #C26F7B; }
a { background-color: rgb(194,111,123); }
div.DivClassName
{
background-color: #C26F7B;
}
.BgClassName
{
background-color: #C26F7B;
}
</style>
border-color css
<style>
span { border-color: #C26F7B; }
span { border-color: rgb(194,111,123); }
td.TdClassName
{
border-color: #C26F7B;
}
.TagClassName
{
border-color: #C26F7B;
}
</style>