#C2778E

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

Shades of Charm #C2778E

Tints of Charm #C2778E

Color information

#C2778E (or 0xC2778E) is unknown color: approx Charm. HEX triplet: C2, 77 and 8E. RGB value is (194,119,142). Sum of RGB (Red+Green+Blue) = 194+119+142=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2778E is #3D8871. Grayscale: #909090. Windows color (decimal): -4032626 or 9336770. OLE color: 9336770.

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

Color convert

RGB194119142-
CMYK00.390.270.24
HSL341.6º38.07%61.37%-
HSV(B)341.6º38.66%76.08%-
XYZ33.7326.6228.95-
YUV144.05126.85163.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 142 (55.86% from 255) = 31.21%
R=42.64%
G=26.15%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411914200.390.270.24341.638.0761.37
HexC2778E0271B18156263d
Octal30216721604733305264675
Binary1100001011101111000111001001111101111000101010110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2778E; }

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

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

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

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

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

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

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

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