#C26E78

Color #C26E78 Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #C26E78

Tints of Tapestry #C26E78

Color information

#C26E78 (or 0xC26E78) is unknown color: approx Tapestry. HEX triplet: C2, 6E and 78. RGB value is (194,110,120). Sum of RGB (Red+Green+Blue) = 194+110+120=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E78 is #3D9187. Grayscale: #888888. Windows color (decimal): -4034952 or 7892674. OLE color: 7892674.

HSL color Cylindrical-coordinate representation of color #C26E78: hue angle of 352.86º degrees, saturation: 0.41, 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 #C26E78 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB194110120-
CMYK00.430.380.24
HSL352.86º40.78%59.61%-
HSV(B)352.86º43.3%76.08%-
XYZ31.2123.9820.75-
YUV136.26118.83169.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 110 (43.36% from 255) = 25.94%
BLUE value IS 120 (47.27% from 255) = 28.30%
R=45.75%
G=25.94%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411012000.430.380.24352.8640.7859.61
HexC26E7802B2618161293c
Octal30215617005346305415174
Binary1100001011011101111000010101110011011000101100001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E78; }

 p { color: rgb(194,110,120); }

 H1.HeaderClassName
 {
   color: #C26E78;
 }
 .AnyTagClassName
 {
   color: #C26E78;
 }
</style>
background-color css

<style>
 a { background-color: #C26E78; }

 a { background-color: rgb(194,110,120); }

 div.DivClassName
 {
   background-color: #C26E78;
 }
 .BgClassName
 {
   background-color: #C26E78;
 }
</style>
border-color css

<style>
 span { border-color: #C26E78; }

 span { border-color: rgb(194,110,120); }

 td.TdClassName
 {
   border-color: #C26E78;
 }
 .TagClassName
 {
   border-color: #C26E78;
 }
</style>