#C2757C

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

Shades of Charm #C2757C

Tints of Charm #C2757C

Color information

#C2757C (or 0xC2757C) is unknown color: approx Charm. HEX triplet: C2, 75 and 7C. RGB value is (194,117,124). Sum of RGB (Red+Green+Blue) = 194+117+124=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2757C is #3D8A83. Grayscale: #8C8C8C. Windows color (decimal): -4033156 or 8156610. OLE color: 8156610.

HSL color Cylindrical-coordinate representation of color #C2757C: hue angle of 354.55º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2757C is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB194117124-
CMYK00.400.360.24
HSL354.55º38.69%60.98%-
HSV(B)354.55º39.69%76.08%-
XYZ32.2525.6522.32-
YUV140.82118.51165.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 124 (48.83% from 255) = 28.51%
R=44.60%
G=26.90%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411712400.400.360.24354.5538.6960.98
HexC2757C0282418163273d
Octal30216517405044305434775
Binary1100001011101011111100010100010010011000101100011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2757C; }

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

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

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

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

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

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

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

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