#C0778C

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

Shades of Charm #C0778C

Tints of Charm #C0778C

Color information

#C0778C (or 0xC0778C) is unknown color: approx Charm. HEX triplet: C0, 77 and 8C. RGB value is (192,119,140). Sum of RGB (Red+Green+Blue) = 192+119+140=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0778C is #3F8873. Grayscale: #8F8F8F. Windows color (decimal): -4163700 or 9205696. OLE color: 9205696.

HSL color Cylindrical-coordinate representation of color #C0778C: hue angle of 342.74º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0778C is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB192119140-
CMYK00.380.270.25
HSL342.74º36.68%60.98%-
HSV(B)342.74º38.02%75.29%-
XYZ33.0726.2928.14-
YUV143.22126.18162.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 119 (46.88% from 255) = 26.39%
BLUE value IS 140 (55.08% from 255) = 31.04%
R=42.57%
G=26.39%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211914000.380.270.25342.7436.6860.98
HexC0778C0261B19157253d
Octal30016721404633315274575
Binary1100000011101111000110001001101101111001101010111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0778C; }

 p { color: rgb(192,119,140); }

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

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

 a { background-color: rgb(192,119,140); }

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

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

 span { border-color: rgb(192,119,140); }

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