#C26C85

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

Shades of Tapestry #C26C85

Tints of Tapestry #C26C85

Color information

#C26C85 (or 0xC26C85) is unknown color: approx Tapestry. HEX triplet: C2, 6C and 85. RGB value is (194,108,133). Sum of RGB (Red+Green+Blue) = 194+108+133=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26C85 is #3D937A. Grayscale: #888888. Windows color (decimal): -4035451 or 8744130. OLE color: 8744130.

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

Color convert

RGB194108133-
CMYK00.440.310.24
HSL342.56º41.35%59.22%-
HSV(B)342.56º44.33%76.08%-
XYZ31.8423.8925.12-
YUV136.56125.99168.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=44.60%
G=24.83%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410813300.440.310.24342.5641.3559.22
HexC26C8502C1F18157293b
Octal30215420505437305275173
Binary1100001011011001000010101011001111111000101010111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26C85; }

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

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

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

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

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

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

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

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