#C2777C

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

Shades of Charm #C2777C

Tints of Charm #C2777C

Color information

#C2777C (or 0xC2777C) is unknown color: approx Charm. HEX triplet: C2, 77 and 7C. RGB value is (194,119,124). Sum of RGB (Red+Green+Blue) = 194+119+124=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2777C is #3D8883. Grayscale: #8E8E8E. Windows color (decimal): -4032644 or 8157122. OLE color: 8157122.

HSL color Cylindrical-coordinate representation of color #C2777C: hue angle of 356º 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 #C2777C is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB194119124-
CMYK00.390.360.24
HSL356º38.07%61.37%-
HSV(B)356º38.66%76.08%-
XYZ32.4826.1222.4-
YUV142117.85165.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.39%
GREEN value IS 119 (46.88% from 255) = 27.23%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=44.39%
G=27.23%
B=28.38%

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
Decimal19411912400.390.360.2435638.0761.37
HexC2777C0272418164263d
Octal30216717404744305444675
Binary1100001011101111111100010011110010011000101100100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2777C; }

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

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

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

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

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

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

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

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