#C26875

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

Shades of Tapestry #C26875

Tints of Tapestry #C26875

Color information

#C26875 (or 0xC26875) is unknown color: approx Tapestry. HEX triplet: C2, 68 and 75. RGB value is (194,104,117). Sum of RGB (Red+Green+Blue) = 194+104+117=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C26875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26875 is #3D978A. Grayscale: #848484. Windows color (decimal): -4036491 or 7694530. OLE color: 7694530.

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

Color convert

RGB194104117-
CMYK00.460.400.24
HSL351.33º42.45%58.43%-
HSV(B)351.33º46.39%76.08%-
XYZ30.4122.6519.6-
YUV132.39119.32171.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=46.75%
G=25.06%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410411700.460.400.24351.3342.4558.43
HexC2687502E281815f2a3a
Octal30215016505650305375272
Binary1100001011010001110101010111010100011000101011111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26875; }

 p { color: rgb(194,104,117); }

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

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

 a { background-color: rgb(194,104,117); }

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

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

 span { border-color: rgb(194,104,117); }

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