#C26C7F

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

Shades of Tapestry #C26C7F

Tints of Tapestry #C26C7F

Color information

#C26C7F (or 0xC26C7F) is unknown color: approx Tapestry. HEX triplet: C2, 6C and 7F. RGB value is (194,108,127). Sum of RGB (Red+Green+Blue) = 194+108+127=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C7F is #3D9380. Grayscale: #878787. Windows color (decimal): -4035457 or 8350914. OLE color: 8350914.

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

Color convert

RGB194108127-
CMYK00.440.350.24
HSL346.74º41.35%59.22%-
HSV(B)346.74º44.33%76.08%-
XYZ31.4423.7323-
YUV135.88122.99169.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 127 (50% from 255) = 29.60%
R=45.22%
G=25.17%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410812700.440.350.24346.7441.3559.22
HexC26C7F02C231815b293b
Octal30215417705443305335173
Binary1100001011011001111111010110010001111000101011011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26C7F; }

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

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

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

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

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

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

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

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