#C2778B

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

Shades of Charm #C2778B

Tints of Charm #C2778B

Color information

#C2778B (or 0xC2778B) is unknown color: approx Charm. HEX triplet: C2, 77 and 8B. RGB value is (194,119,139). Sum of RGB (Red+Green+Blue) = 194+119+139=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2778B is #3D8874. Grayscale: #8F8F8F. Windows color (decimal): -4032629 or 9140162. OLE color: 9140162.

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

Color convert

RGB194119139-
CMYK00.390.280.24
HSL344º38.07%61.37%-
HSV(B)344º38.66%76.08%-
XYZ33.5126.5327.78-
YUV143.7125.35163.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=42.92%
G=26.33%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411913900.390.280.2434438.0761.37
HexC2778B0271C18158263d
Octal30216721304734305304675
Binary1100001011101111000101101001111110011000101011000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2778B; }

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

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

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

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

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

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

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

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