#C6627E

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

Shades of Tapestry #C6627E

Tints of Tapestry #C6627E

Color information

#C6627E (or 0xC6627E) is unknown color: approx Tapestry. HEX triplet: C6, 62 and 7E. RGB value is (198,98,126). Sum of RGB (Red+Green+Blue) = 198+98+126=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6627E is #399D81. Grayscale: #838383. Windows color (decimal): -3775874 or 8282822. OLE color: 8282822.

HSL color Cylindrical-coordinate representation of color #C6627E: hue angle of 343.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C6627E is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB19898126-
CMYK00.510.360.22
HSL343.2º46.73%58.04%-
HSV(B)343.2º50.51%77.65%-
XYZ31.4222.2522.38-
YUV131.09125.13175.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.92%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=46.92%
G=23.22%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989812600.510.360.22343.246.7358.04
HexC6627E03324161572f3a
Octal30614217606344265275772
Binary1100011011000101111110011001110010010110101010111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6627E; }

 p { color: rgb(198,98,126); }

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

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

 a { background-color: rgb(198,98,126); }

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

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

 span { border-color: rgb(198,98,126); }

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