#C0627C

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

Shades of Tapestry #C0627C

Tints of Tapestry #C0627C

Color information

#C0627C (or 0xC0627C) is unknown color: approx Tapestry. HEX triplet: C0, 62 and 7C. RGB value is (192,98,124). Sum of RGB (Red+Green+Blue) = 192+98+124=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0627C is #3F9D83. Grayscale: #818181. Windows color (decimal): -4169092 or 8151744. OLE color: 8151744.

HSL color Cylindrical-coordinate representation of color #C0627C: hue angle of 343.4º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0627C is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB19298124-
CMYK00.490.350.25
HSL343.4º42.73%56.86%-
HSV(B)343.4º48.96%75.29%-
XYZ29.7421.421.63-
YUV129.07125.14172.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.38%
GREEN value IS 98 (38.67% from 255) = 23.67%
BLUE value IS 124 (48.83% from 255) = 29.95%
R=46.38%
G=23.67%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929812400.490.350.25343.442.7356.86
HexC0627C03123191572b39
Octal30014217406143315275371
Binary1100000011000101111100011000110001111001101010111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0627C; }

 p { color: rgb(192,98,124); }

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

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

 a { background-color: rgb(192,98,124); }

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

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

 span { border-color: rgb(192,98,124); }

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