#C26C7C

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

Shades of Tapestry #C26C7C

Tints of Tapestry #C26C7C

Color information

#C26C7C (or 0xC26C7C) is unknown color: approx Tapestry. HEX triplet: C2, 6C and 7C. RGB value is (194,108,124). Sum of RGB (Red+Green+Blue) = 194+108+124=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C7C is #3D9383. Grayscale: #878787. Windows color (decimal): -4035460 or 8154306. OLE color: 8154306.

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

Color convert

RGB194108124-
CMYK00.440.360.24
HSL348.84º41.35%59.22%-
HSV(B)348.84º44.33%76.08%-
XYZ31.2523.6521.99-
YUV135.54121.49169.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 108 (42.58% from 255) = 25.35%
BLUE value IS 124 (48.83% from 255) = 29.11%
R=45.54%
G=25.35%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410812400.440.360.24348.8441.3559.22
HexC26C7C02C241815d293b
Octal30215417405444305355173
Binary1100001011011001111100010110010010011000101011101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26C7C; }

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

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

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

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

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

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

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

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