#C2767C

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

Shades of Charm #C2767C

Tints of Charm #C2767C

Color information

#C2767C (or 0xC2767C) is unknown color: approx Charm. HEX triplet: C2, 76 and 7C. RGB value is (194,118,124). Sum of RGB (Red+Green+Blue) = 194+118+124=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2767C is #3D8983. Grayscale: #8D8D8D. Windows color (decimal): -4032900 or 8156866. OLE color: 8156866.

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

Color convert

RGB194118124-
CMYK00.390.360.24
HSL355.26º38.38%61.18%-
HSV(B)355.26º39.18%76.08%-
XYZ32.3625.8822.36-
YUV141.41118.18165.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 124 (48.83% from 255) = 28.44%
R=44.50%
G=27.06%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411812400.390.360.24355.2638.3861.18
HexC2767C0272418163263d
Octal30216617404744305434675
Binary1100001011101101111100010011110010011000101100011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2767C; }

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

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

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

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

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

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

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

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