#C26685

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

Shades of Tapestry #C26685

Tints of Tapestry #C26685

Color information

#C26685 (or 0xC26685) is unknown color: approx Tapestry. HEX triplet: C2, 66 and 85. RGB value is (194,102,133). Sum of RGB (Red+Green+Blue) = 194+102+133=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C26685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26685 is #3D997A. Grayscale: #858585. Windows color (decimal): -4036987 or 8742594. OLE color: 8742594.

HSL color Cylindrical-coordinate representation of color #C26685: hue angle of 339.78º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C26685 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB194102133-
CMYK00.470.310.24
HSL339.78º42.99%58.04%-
HSV(B)339.78º47.42%76.08%-
XYZ31.2322.6724.92-
YUV133.04127.98171.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=45.22%
G=23.78%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410213300.470.310.24339.7842.9958.04
HexC2668502F1F181542b3a
Octal30214620505737305245372
Binary1100001011001101000010101011111111111000101010100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26685; }

 p { color: rgb(194,102,133); }

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

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

 a { background-color: rgb(194,102,133); }

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

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

 span { border-color: rgb(194,102,133); }

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