#C0637C

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

Shades of Tapestry #C0637C

Tints of Tapestry #C0637C

Color information

#C0637C (or 0xC0637C) is unknown color: approx Tapestry. HEX triplet: C0, 63 and 7C. RGB value is (192,99,124). Sum of RGB (Red+Green+Blue) = 192+99+124=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0637C is #3F9C83. Grayscale: #818181. Windows color (decimal): -4168836 or 8152000. OLE color: 8152000.

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

Color convert

RGB19299124-
CMYK00.480.350.25
HSL343.87º42.47%57.06%-
HSV(B)343.87º48.44%75.29%-
XYZ29.8421.5921.66-
YUV129.66124.81172.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=46.27%
G=23.86%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929912400.480.350.25343.8742.4757.06
HexC0637C03023191582a39
Octal30014317406043315305271
Binary1100000011000111111100011000010001111001101011000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0637C; }

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

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

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

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

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

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

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

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