#C26F7C

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

Shades of Tapestry #C26F7C

Tints of Tapestry #C26F7C

Color information

#C26F7C (or 0xC26F7C) is unknown color: approx Tapestry. HEX triplet: C2, 6F and 7C. RGB value is (194,111,124). Sum of RGB (Red+Green+Blue) = 194+111+124=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26F7C is #3D9083. Grayscale: #898989. Windows color (decimal): -4034692 or 8155074. OLE color: 8155074.

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

Color convert

RGB194111124-
CMYK00.430.360.24
HSL350.6º40.49%59.8%-
HSV(B)350.6º42.78%76.08%-
XYZ31.5724.2922.09-
YUV137.3120.5168.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 111 (43.75% from 255) = 25.87%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=45.22%
G=25.87%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411112400.430.360.24350.640.4959.8
HexC26F7C02B241815f283c
Octal30215717405344305375074
Binary1100001011011111111100010101110010011000101011111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26F7C; }

 p { color: rgb(194,111,124); }

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

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

 a { background-color: rgb(194,111,124); }

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

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

 span { border-color: rgb(194,111,124); }

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