#C0779E

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

Shades of Hopbush #C0779E

Tints of Hopbush #C0779E

Color information

#C0779E (or 0xC0779E) is unknown color: approx Hopbush. HEX triplet: C0, 77 and 9E. RGB value is (192,119,158). Sum of RGB (Red+Green+Blue) = 192+119+158=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0779E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0779E is #3F8861. Grayscale: #919191. Windows color (decimal): -4163682 or 10385344. OLE color: 10385344.

HSL color Cylindrical-coordinate representation of color #C0779E: hue angle of 327.95º 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 #C0779E is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB192119158-
CMYK00.380.180.25
HSL327.95º36.68%60.98%-
HSV(B)327.95º38.02%75.29%-
XYZ34.5126.8735.72-
YUV145.27135.18161.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 119 (46.88% from 255) = 25.37%
BLUE value IS 158 (62.11% from 255) = 33.69%
R=40.94%
G=25.37%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211915800.380.180.25327.9536.6860.98
HexC0779E0261219148253d
Octal30016723604622315104575
Binary1100000011101111001111001001101001011001101001000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0779E; }

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

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

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

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

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

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

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

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