#C26F7E

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

Shades of Tapestry #C26F7E

Tints of Tapestry #C26F7E

Color information

#C26F7E (or 0xC26F7E) is unknown color: approx Tapestry. HEX triplet: C2, 6F and 7E. RGB value is (194,111,126). Sum of RGB (Red+Green+Blue) = 194+111+126=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26F7E is #3D9081. Grayscale: #898989. Windows color (decimal): -4034690 or 8286146. OLE color: 8286146.

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

Color convert

RGB194111126-
CMYK00.430.350.24
HSL349.16º40.49%59.8%-
HSV(B)349.16º42.78%76.08%-
XYZ31.724.3422.77-
YUV137.53121.5168.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 111 (43.75% from 255) = 25.75%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=45.01%
G=25.75%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411112600.430.350.24349.1640.4959.8
HexC26F7E02B231815d283c
Octal30215717605343305355074
Binary1100001011011111111110010101110001111000101011101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26F7E; }

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

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

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

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

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

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

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

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