#C26578

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

Shades of Tapestry #C26578

Tints of Tapestry #C26578

Color information

#C26578 (or 0xC26578) is unknown color: approx Tapestry. HEX triplet: C2, 65 and 78. RGB value is (194,101,120). Sum of RGB (Red+Green+Blue) = 194+101+120=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C26578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26578 is #3D9A87. Grayscale: #828282. Windows color (decimal): -4037256 or 7890370. OLE color: 7890370.

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

Color convert

RGB194101120-
CMYK00.480.380.24
HSL347.74º43.26%57.84%-
HSV(B)347.74º47.94%76.08%-
XYZ30.2922.1320.44-
YUV130.97121.81172.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 120 (47.27% from 255) = 28.92%
R=46.75%
G=24.34%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410112000.480.380.24347.7443.2657.84
HexC26578030261815c2b3a
Octal30214517006046305345372
Binary1100001011001011111000011000010011011000101011100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26578; }

 p { color: rgb(194,101,120); }

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

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

 a { background-color: rgb(194,101,120); }

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

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

 span { border-color: rgb(194,101,120); }

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