#C26978

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

Shades of Tapestry #C26978

Tints of Tapestry #C26978

Color information

#C26978 (or 0xC26978) is unknown color: approx Tapestry. HEX triplet: C2, 69 and 78. RGB value is (194,105,120). Sum of RGB (Red+Green+Blue) = 194+105+120=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C26978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26978 is #3D9687. Grayscale: #858585. Windows color (decimal): -4036232 or 7891394. OLE color: 7891394.

HSL color Cylindrical-coordinate representation of color #C26978: hue angle of 349.89º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26978 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB194105120-
CMYK00.460.380.24
HSL349.89º42.18%58.63%-
HSV(B)349.89º45.88%76.08%-
XYZ30.6922.9320.58-
YUV133.32120.49171.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 120 (47.27% from 255) = 28.64%
R=46.30%
G=25.06%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410512000.460.380.24349.8942.1858.63
HexC2697802E261815e2a3b
Octal30215117005646305365273
Binary1100001011010011111000010111010011011000101011110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26978; }

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

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

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

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

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

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

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

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