#C2777E

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

Shades of Charm #C2777E

Tints of Charm #C2777E

Color information

#C2777E (or 0xC2777E) is unknown color: approx Charm. HEX triplet: C2, 77 and 7E. RGB value is (194,119,126). Sum of RGB (Red+Green+Blue) = 194+119+126=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2777E is #3D8881. Grayscale: #8E8E8E. Windows color (decimal): -4032642 or 8288194. OLE color: 8288194.

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

Color convert

RGB194119126-
CMYK00.390.350.24
HSL354.4º38.07%61.37%-
HSV(B)354.4º38.66%76.08%-
XYZ32.6126.1723.07-
YUV142.22118.85164.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.19%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 126 (49.61% from 255) = 28.70%
R=44.19%
G=27.11%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411912600.390.350.24354.438.0761.37
HexC2777E0272318162263d
Octal30216717604743305424675
Binary1100001011101111111110010011110001111000101100010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2777E; }

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

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

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

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

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

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

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

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